0
0
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:
G.Ambatte
2023-01-15 13:54:19 +13:00
parent 8adf5ce463
commit 04916d8931
4 changed files with 147 additions and 19 deletions

View File

@@ -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;
}
}