0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 09:32:51 +00:00
Files
homebrewery/client/homebrew/pages/editPage/lockNotification/lockNotification.less
2024-04-20 13:49:36 +12:00

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