0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 17:22:42 +00:00

Moved deleting a brew into the emtadata editor

This commit is contained in:
Scott Tolksdorf
2016-11-23 15:01:46 -05:00
parent 97cf2d2ce7
commit f4f96253c2
4 changed files with 43 additions and 16 deletions

View File

@@ -46,6 +46,7 @@
}
.publish.field .value{
position : relative;
margin-bottom: 15px;
button.publish{
.button(@blueLight);
}
@@ -60,4 +61,10 @@
font-style : italic;
}
}
.delete.field .value{
button{
.button(@red);
}
}
}