Added static resources
This commit is contained in:
parent
ca9a6c3e1d
commit
e728a302ee
8 changed files with 287 additions and 0 deletions
24
static/less/notifications.less
Normal file
24
static/less/notifications.less
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
@import "theme-@{THEME}.less";
|
||||
|
||||
#notifications {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, min-content);
|
||||
grid-gap: 4px 16px;
|
||||
margin-top: 32px;
|
||||
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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue