Initial add of notifications

This commit is contained in:
Magnus Åhall 2024-06-29 15:20:31 +02:00
parent 24cf7fd4cc
commit ca9a6c3e1d
9 changed files with 98 additions and 6 deletions

View file

@ -1,6 +1,9 @@
body {
background-image: url(/images/v0/gruvbox/background.svg);
}
#menu {
box-shadow: 2px 0px 5px 3px rgba(0, 0, 0, 0.25);
}
#areas .area {
box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
}

View file

@ -39,7 +39,7 @@ html {
#layout {
display: grid;
grid-template-areas: "menu content";
grid-template-columns: 104px 1fr;
grid-template-columns: 128px 1fr;
height: 100vh;
}
#menu {

View file

@ -46,7 +46,7 @@
}
#areas .area .section .name {
color: #000;
grid-column: 1 / -1;
grid-column: -1;
font-weight: bold !important;
line-height: 24px;
}