mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 09:32:51 +00:00
18 lines
256 B
Plaintext
18 lines
256 B
Plaintext
.lockNotification {
|
|
background-color: #ccc;
|
|
color: black;
|
|
padding: 10px;
|
|
margin: 25px 100px;
|
|
text-align: center;
|
|
line-height: 1.5em;
|
|
|
|
button {
|
|
background-color: #333;
|
|
color: white;
|
|
margin: 10px;
|
|
|
|
&:hover {
|
|
background-color: #777;
|
|
}
|
|
}
|
|
} |