0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 22:42:41 +00:00
Files
homebrewery/client/admin/lockTools/lockTools.less
2024-05-15 16:07:28 +12:00

13 lines
255 B
Plaintext

.lockTools {
.lockBrew label {
width: 50%;
display: inline-block;
text-align: right;
line-height: 1.5em;
input {
float: right;
width: 70%;
margin-left: 10px;
}
}
}