mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 16:22:44 +00:00
20 lines
295 B
Plaintext
20 lines
295 B
Plaintext
|
|
.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;
|
|
}
|
|
} |