Add/edit notifications
This commit is contained in:
parent
1ede36b8aa
commit
c7ad2aa1b6
19 changed files with 531 additions and 11 deletions
|
|
@ -24,3 +24,20 @@
|
|||
#areas .area .section.configuration img {
|
||||
height: 16px;
|
||||
}
|
||||
#services {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, min-content);
|
||||
gap: 10px 24px;
|
||||
background-color: #333;
|
||||
width: min-content;
|
||||
padding: 16px;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
#services .header {
|
||||
font-weight: bold;
|
||||
}
|
||||
#services div {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue