Last active
March 28, 2025 22:03
-
-
Save leandrocfe/5336aa749a606d3c6c2c39bd3198db78 to your computer and use it in GitHub Desktop.
Filamentbr - css tema customizado
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
colors | |
#0d659d | |
#7b2cbf | |
*/ | |
.fi-sidebar { | |
@apply bg-primary-600 dark:bg-transparent !important; | |
} | |
.fi-sidebar-group div span { | |
@apply text-primary-50; | |
} | |
.fi-sidebar-item-icon { | |
@apply text-primary-900; | |
} | |
.fi-sidebar-item a { | |
@apply text-primary-100; | |
} | |
.fi-sidebar-item-label { | |
@apply text-primary-100; | |
} | |
.fi-sidebar-item a:hover { | |
@apply text-primary-50 bg-primary-700; | |
} | |
.fi-sidebar-item-active a { | |
@apply text-white bg-primary-800; | |
} | |
.fi-sidebar-item-active .fi-sidebar-item-icon { | |
@apply text-primary-400; | |
} | |
.fi-main-ctn { | |
@apply bg-primary-50 dark:bg-transparent; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment