feat: implement Citrus design system and integrate into admin master layout
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user