mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-19 12:02:41 +00:00
Linting on .less files
This commit is contained in:
@@ -30,7 +30,6 @@ body {
|
||||
color : white;
|
||||
background-color : @red;
|
||||
i { margin-right : 30px; }
|
||||
|
||||
a { float : right; }
|
||||
}
|
||||
|
||||
|
||||
@@ -23,11 +23,7 @@
|
||||
height : 100%;
|
||||
}
|
||||
|
||||
&:has(.pending) {
|
||||
opacity:0.5;
|
||||
}
|
||||
&:has(.pending) { opacity : 0.5; }
|
||||
|
||||
dl {
|
||||
grid-template-columns: 200px 250px;
|
||||
}
|
||||
dl { grid-template-columns : 200px 250px; }
|
||||
}
|
||||
@@ -12,7 +12,6 @@
|
||||
width : 100%;
|
||||
margin-bottom : 20px;
|
||||
|
||||
|
||||
input {
|
||||
height : 33px;
|
||||
padding : 0px 10px;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
|
||||
.notificationLookup {
|
||||
width : 450px;
|
||||
height : fit-content;
|
||||
|
||||
.noNotification { margin-block : 20px; }
|
||||
.notificationList {
|
||||
display : flex;
|
||||
flex-direction : column;
|
||||
@@ -30,8 +30,6 @@
|
||||
font-size : 20px;
|
||||
font-weight : 900;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
.noNotification { margin-block : 20px; }
|
||||
}
|
||||
Reference in New Issue
Block a user