Users page and users service

This commit is contained in:
Andre Beging
2022-01-24 10:15:33 +01:00
parent 3cfac1a12d
commit 33c631aaf6
10 changed files with 380 additions and 30 deletions

View File

@@ -32,7 +32,7 @@
}
.nav-item ::deep a {
color: #d7d7d7;
color: #533a20;
border-radius: 4px;
height: 3rem;
display: flex;
@@ -42,12 +42,12 @@
.nav-item ::deep a.active {
background-color: rgba(255,255,255,0.25);
color: white;
color: #64ae24;
}
.nav-item ::deep a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
color: #64ae24;
}
@media (min-width: 641px) {