mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-25 14:58:13 +00:00
Initial functionality pass
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user