Create navbar and add template globals

This commit is contained in:
William Bouzourène 2024-12-27 17:45:29 +01:00
parent 4be15c2f12
commit 432b01f370
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
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;
}