0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 11:52:39 +00:00
Files
homebrewery/client/admin/lockTools/lockTools.less
2024-07-25 22:11:14 +12:00

69 lines
1.3 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{
cursor: default;
.row:hover {
background-color: #ccc;
color: #000;
}
.icon {
cursor: pointer;
&:hover{
text-shadow: 0px 0px 6px black;
}
}
}
th, td {
padding: 4px 10px;
text-align: center;
}
td{
border: 1px solid #333333;
}
.brewLookup{
min-height: 175px;
h2 {
margin-top: 0px;
}
}
}