feat: implement new Citrus design theme and header layout with tightened UI spacing
This commit is contained in:
@@ -201,15 +201,16 @@
|
||||
#page-header .btn-dual-secondary {
|
||||
background: transparent !important;
|
||||
border: none !important;
|
||||
width: 36px !important;
|
||||
min-width: 36px !important;
|
||||
height: 36px !important;
|
||||
padding: 0 10px !important;
|
||||
border-radius: 8px !important;
|
||||
color: #475569 !important;
|
||||
display: flex !important;
|
||||
align-items: center !important;
|
||||
justify-content: center !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#page-header .btn-dual-secondary:hover {
|
||||
background: #f1f5f9 !important;
|
||||
color: var(--citrus-primary) !important;
|
||||
@@ -234,6 +235,7 @@
|
||||
.content-header-section {
|
||||
display: flex !important;
|
||||
align-items: center !important;
|
||||
gap: 8px !important; /* Added gap between buttons */
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user