mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 04:52:40 +00:00
Linting on .less files
This commit is contained in:
@@ -6,28 +6,24 @@
|
||||
background-color : @red;
|
||||
}
|
||||
}
|
||||
.cleanButton {
|
||||
display : inline-block;
|
||||
width : 100%;
|
||||
}
|
||||
.cleanButton {
|
||||
display : inline-block;
|
||||
width : 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.stats {
|
||||
position : relative;
|
||||
|
||||
.pending {
|
||||
position : absolute;
|
||||
top : 0.5em;
|
||||
left : 100px;
|
||||
width : 100%;
|
||||
height : 100%;
|
||||
position : absolute;
|
||||
top : 0.5em;
|
||||
left : 100px;
|
||||
width : 100%;
|
||||
height : 100%;
|
||||
}
|
||||
|
||||
&:has(.pending) {
|
||||
opacity:0.5;
|
||||
}
|
||||
&:has(.pending) { opacity : 0.5; }
|
||||
|
||||
dl {
|
||||
grid-template-columns: 200px 250px;
|
||||
}
|
||||
dl { grid-template-columns : 200px 250px; }
|
||||
}
|
||||
Reference in New Issue
Block a user