1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 03:35:56 +00:00
Files
homebrewery/client/admin/brewLookup/brewLookup.less
2018-12-06 18:19:43 -05:00

30 lines
475 B
Plaintext

.brewLookup{
input{
height : 33px;
margin-bottom : 20px;
padding : 0px 10px;
font-family : monospace;
}
button{
vertical-align : middle;
height : 37px;
}
dl{
@maxItemWidth : 132px;
dt{
float : left;
clear : left;
width : @maxItemWidth;
text-align : right;
&::after {
content: " : ";
}
}
dd{
height : 1em;
margin-left : @maxItemWidth + 6px;
padding : 0 0 0.5em 0;
}
}
}