mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-29 09:02:37 +00:00
17 lines
239 B
Plaintext
17 lines
239 B
Plaintext
.lockNotification {
|
|
background-color: #ccc;
|
|
color: black;
|
|
padding: 10px;
|
|
margin: 25px 100px;
|
|
text-align: center;
|
|
|
|
button {
|
|
background-color: #333;
|
|
color: white;
|
|
margin-top: 10px;
|
|
|
|
&:hover {
|
|
background-color: #777;
|
|
}
|
|
}
|
|
} |