0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 09:22:44 +00:00
Files
homebrewery/client/homebrew/pages/editPage/lockNotification/lockNotification.less
2024-05-10 07:45:04 +12:00

29 lines
386 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;
}
}
h1, h3 {
font-family: 'Open Sans', sans-serif;
font-weight: 800;
}
h1 {
font-size: 24px;
}
h3 {
font-size: 18px;
}
}