dotfiles/nwg-launchers/nwgbar/style.css

47 lines
714 B
CSS
Raw Normal View History

2024-05-14 12:29:49 +03:00
#bar {
2024-05-14 21:51:51 +03:00
margin: 30px; /* affects top/bottom & left/right alignment */
font-size: 24px;
font-family: Product Sans;
2024-05-14 12:29:49 +03:00
}
2024-05-14 21:51:51 +03:00
button,
image {
border-radius: 25px;
box-shadow: none;
color: #cad3f5;
2024-05-14 12:29:49 +03:00
}
image {
2024-05-14 21:51:51 +03:00
margin-bottom: 20px;
2024-05-14 12:29:49 +03:00
}
button {
2024-05-14 21:51:51 +03:00
/* padding-top: 10px;
2024-05-14 12:29:49 +03:00
margin: 5px */
2024-05-14 21:51:51 +03:00
padding: 50px 40px;
margin: 20px;
background: #24273a;
2024-05-14 12:29:49 +03:00
}
button:hover {
2024-05-14 21:51:51 +03:00
background-color: #b7bdf8;
color: #24273a;
2024-05-14 12:29:49 +03:00
}
button:focus {
2024-05-14 21:51:51 +03:00
/* background-color: rgba(0, 0, 0, 0.5); */
background-color: #b7bdf8;
color: #24273a;
2024-05-14 12:29:49 +03:00
}
grid {
2024-05-14 21:51:51 +03:00
border-radius: 5px;
padding: 5px;
/* box-shadow: 0 0 5px black; */
/* e.g. for common background to all buttons */
2024-05-14 12:29:49 +03:00
}
window {
2024-05-14 21:51:51 +03:00
background-color: rgba(36, 39, 58, 0);
2024-05-14 12:29:49 +03:00
}