0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Lint lockNotification.less

This commit is contained in:
Trevor Buckner
2024-06-07 11:28:30 -04:00
parent fdf6acd80a
commit 65770782c2

View File

@@ -1,35 +1,27 @@
.lockNotification {
background-color: #ccc;
color: black;
padding: 10px;
margin: 5% 10%;
width: 80%;
text-align: center;
line-height: 1.5em;
z-index: 1;
z-index : 1;
width : 80%;
padding : 10px;
margin : 5% 10%;
line-height : 1.5em;
color : black;
text-align : center;
background-color : #CCCCCC;
&::backdrop {
background-color: #000a;
}
&::backdrop { background-color : #000000AA; }
button {
background-color: #333;
color: white;
margin: 10px;
margin : 10px;
color : white;
background-color : #333333;
&:hover {
background-color: #777;
}
&:hover { background-color : #777777; }
}
h1, h3 {
font-family: 'Open Sans', sans-serif;
font-weight: 800;
}
h1 {
font-size: 24px;
}
h3 {
font-size: 18px;
font-family : 'Open Sans', sans-serif;
font-weight : 800;
}
h1 { font-size : 24px; }
h3 { font-size : 18px; }
}