Create navbar and add template globals

This commit is contained in:
William Bouzourène 2024-12-27 17:45:29 +01:00
parent f491fdd9f4
commit 5f0c7883b1
5 changed files with 192 additions and 4 deletions

View file

@ -20,4 +20,17 @@ img#header-logo {
.dashboard-tile .feather {
height: 42px;
width: auto;
}
.user-photo {
background-color: purple;
color: #fff;
display: inline-block;
width: 25px;
height: 25px;
border-radius: 50%;
font-weight: bold;
text-align: center;
font-size: 12px;
padding-top: 4px;
}