0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 09:02:37 +00:00
Files
homebrewery/client/homebrew/pages/editPage/lockNotification/lockNotification.less
2024-03-29 20:06:16 +13:00

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;
}
}
}