mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 01:02:47 +00:00
Stylelint fixes
This commit is contained in:
@@ -1,75 +1,63 @@
|
||||
.lockTools {
|
||||
.lockBrew {
|
||||
columns: 2;
|
||||
.lockBrew {
|
||||
columns : 2;
|
||||
|
||||
.lockForm {
|
||||
break-inside: avoid;
|
||||
.lockForm {
|
||||
break-inside : avoid;
|
||||
|
||||
label {
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
text-align: right;
|
||||
line-height: 1.5em;
|
||||
input {
|
||||
float: right;
|
||||
width: 65%;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
label {
|
||||
display : inline-block;
|
||||
width : 100%;
|
||||
line-height : 1.5em;
|
||||
text-align : right;
|
||||
input {
|
||||
float : right;
|
||||
width : 65%;
|
||||
margin-left : 10px;
|
||||
}
|
||||
input.checkbox {
|
||||
width : 1.5em;
|
||||
height : 1.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.lockSuggestions {
|
||||
break-inside: avoid;
|
||||
columns: 2;
|
||||
line-height: 1.2em;
|
||||
h2 {
|
||||
column-span: all;
|
||||
}
|
||||
h3 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
b {
|
||||
font-weight: 600;
|
||||
}
|
||||
.lockSuggestions {
|
||||
line-height : 1.2em;
|
||||
break-inside : avoid;
|
||||
columns : 2;
|
||||
h2 { column-span : all; }
|
||||
h3 { margin-top : 0px; }
|
||||
b { font-weight : 600; }
|
||||
|
||||
.lockCodes {
|
||||
break-inside: avoid;
|
||||
}
|
||||
}
|
||||
}
|
||||
.lockCodes { break-inside : avoid; }
|
||||
}
|
||||
}
|
||||
|
||||
.lockTable{
|
||||
break-inside: avoid;
|
||||
cursor: default;
|
||||
.row:hover {
|
||||
background-color: #ccc;
|
||||
color: #000;
|
||||
}
|
||||
.icon {
|
||||
cursor: pointer;
|
||||
&:hover{
|
||||
text-shadow: 0px 0px 6px black;
|
||||
}
|
||||
}
|
||||
}
|
||||
.lockTable {
|
||||
cursor : default;
|
||||
break-inside : avoid;
|
||||
.row:hover {
|
||||
color : #000000;
|
||||
background-color : #CCCCCC;
|
||||
}
|
||||
.icon {
|
||||
cursor : pointer;
|
||||
&:hover { text-shadow : 0px 0px 6px black; }
|
||||
}
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 4px 10px;
|
||||
text-align: center;
|
||||
}
|
||||
table, td{
|
||||
border: 1px solid #333333;
|
||||
}
|
||||
th, td {
|
||||
padding : 4px 10px;
|
||||
text-align : center;
|
||||
}
|
||||
table, td { border : 1px solid #333333; }
|
||||
|
||||
.brewLookup{
|
||||
break-inside: avoid;
|
||||
min-height: 175px;
|
||||
h2 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
.brewLookup {
|
||||
min-height : 175px;
|
||||
break-inside : avoid;
|
||||
h2 { margin-top : 0px; }
|
||||
}
|
||||
|
||||
button i {
|
||||
padding-left: 5px;
|
||||
}
|
||||
button i { padding-left : 5px; }
|
||||
}
|
||||
Reference in New Issue
Block a user