smon/static/less/notifications.less

25 lines
414 B
Plaintext
Raw Permalink Normal View History

2024-06-29 15:21:52 +02:00
@import "theme-@{THEME}.less";
#notifications {
display: grid;
2024-06-29 18:09:56 +02:00
grid-template-columns: repeat(5, min-content);
2024-06-29 15:21:52 +02:00
grid-gap: 4px 16px;
2024-07-05 14:52:02 +02:00
margin-top: 96px;
2024-06-29 15:21:52 +02:00
margin-bottom: 32px;
background-color: @bg3;
padding: 16px 24px;
width: min-content;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
div {
white-space: nowrap;
line-height: 24px;
}
.header {
font-weight: @bold;
color: @text3;
}
}