mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 22:52:40 +00:00
Initial notificationAdd functionality
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
|
||||
.notificationAdd{
|
||||
input{
|
||||
height : 33px;
|
||||
margin-bottom : 20px;
|
||||
padding : 0px 10px;
|
||||
font-family : monospace;
|
||||
}
|
||||
button{
|
||||
vertical-align : middle;
|
||||
height : 37px;
|
||||
}
|
||||
.fieldLabel{
|
||||
display: inline-block;
|
||||
width: 10%;
|
||||
}
|
||||
.fieldInput{
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user