feat: implement Citrus design system and integrate into admin master layout

This commit is contained in:
Ümit Tunç
2026-04-29 06:59:18 +03:00
parent 37d3c2dfba
commit a9911d6a47
2 changed files with 25 additions and 13 deletions
@@ -39,6 +39,12 @@
filter: brightness(0) invert(1) !important;
}
.content-side-user {
height: inherit !important;
background-color: #f6f7f9;
overflow: hidden;
}
/* Light theme logo color fix */
.content-side-user[class*="-light"] .img-link img,
.content-side-user[class*="-lighter"] .img-link img,
@@ -46,6 +52,10 @@
filter: none !important;
}
.content-side img {
width: 100% !important
}
/* Search Module Tighter */
#search-module {
margin: 8px 12px !important;