mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-16 10:22:42 +00:00
Lint lockNotification.less
This commit is contained in:
@@ -1,35 +1,27 @@
|
|||||||
.lockNotification {
|
.lockNotification {
|
||||||
background-color: #ccc;
|
z-index : 1;
|
||||||
color: black;
|
width : 80%;
|
||||||
padding: 10px;
|
padding : 10px;
|
||||||
margin: 5% 10%;
|
margin : 5% 10%;
|
||||||
width: 80%;
|
line-height : 1.5em;
|
||||||
text-align: center;
|
color : black;
|
||||||
line-height: 1.5em;
|
text-align : center;
|
||||||
z-index: 1;
|
background-color : #CCCCCC;
|
||||||
|
|
||||||
&::backdrop {
|
&::backdrop { background-color : #000000AA; }
|
||||||
background-color: #000a;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background-color: #333;
|
margin : 10px;
|
||||||
color: white;
|
color : white;
|
||||||
margin: 10px;
|
background-color : #333333;
|
||||||
|
|
||||||
&:hover {
|
&:hover { background-color : #777777; }
|
||||||
background-color: #777;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h3 {
|
h1, h3 {
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family : 'Open Sans', sans-serif;
|
||||||
font-weight: 800;
|
font-weight : 800;
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 24px;
|
|
||||||
}
|
|
||||||
h3 {
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
}
|
||||||
|
h1 { font-size : 24px; }
|
||||||
|
h3 { font-size : 18px; }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user