mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 04:52:40 +00:00
Stylelint fixes
This commit is contained in:
@@ -11,15 +11,13 @@
|
||||
&::backdrop { background-color : #000000AA; }
|
||||
|
||||
button {
|
||||
padding : 2px 15px;
|
||||
margin : 10px;
|
||||
color : white;
|
||||
background-color : #333333;
|
||||
padding : 2px 15px;
|
||||
|
||||
&.inactive,
|
||||
&:hover {
|
||||
background-color : #777777;
|
||||
}
|
||||
&:hover { background-color : #777777; }
|
||||
}
|
||||
|
||||
h1, h3 {
|
||||
|
||||
Reference in New Issue
Block a user