0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 03:12:40 +00:00
Files
homebrewery/client/admin/lockTools/lockTools.less
2024-06-12 22:29:47 +12:00

61 lines
1.1 KiB
Plaintext

.lockTools {
.lockBrew {
columns: 2;
.lockForm {
break-inside: avoid;
label {
width: 100%;
display: inline-block;
text-align: right;
line-height: 1.5em;
input {
float: right;
width: 70%;
margin-left: 10px;
}
}
}
.lockSuggestions {
break-inside: avoid;
columns: 2;
line-height: 1.2em;
h2 {
column-span: all;
}
h3 {
margin-top: 0px;
}
b {
font-weight: 600;
}
.lockCodes {
break-inside: avoid;
}
}
}
.lockTable{
td:hover {
cursor: pointer;
}
}
th, td {
padding: 4px 10px;
text-align: center;
}
td{
border: 1px solid #333333;
}
.brewLookup{
min-height: 175px;
h2 {
margin-top: 0px;
}
}
}