mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 03:12:40 +00:00
58 lines
1.1 KiB
Plaintext
58 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;
|
|
}
|
|
}
|
|
|
|
td {
|
|
border: 1px solid #333333;
|
|
padding: 4px 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.brewLookup{
|
|
h2 {
|
|
margin-top: 0px;
|
|
}
|
|
}
|
|
} |