mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 03:02:40 +00:00
36 lines
455 B
Plaintext
36 lines
455 B
Plaintext
.lockNotification {
|
|
background-color: #ccc;
|
|
color: black;
|
|
padding: 10px;
|
|
margin: 5% 10%;
|
|
width: 80%;
|
|
text-align: center;
|
|
line-height: 1.5em;
|
|
z-index: 1;
|
|
|
|
&::backdrop {
|
|
background-color: #000a;
|
|
}
|
|
|
|
button {
|
|
background-color: #333;
|
|
color: white;
|
|
margin: 10px;
|
|
|
|
&:hover {
|
|
background-color: #777;
|
|
}
|
|
}
|
|
|
|
h1, h3 {
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-weight: 800;
|
|
}
|
|
h1 {
|
|
font-size: 24px;
|
|
}
|
|
h3 {
|
|
font-size: 18px;
|
|
}
|
|
}
|