0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00
Files
homebrewery/client/admin/notificationUtils/notificationAdd/notificationAdd.less
2023-01-15 13:54:19 +13:00

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