Skip to content

Instantly share code, notes, and snippets.

@leandrocfe
Last active February 15, 2024 04:49
Show Gist options
  • Save leandrocfe/5336aa749a606d3c6c2c39bd3198db78 to your computer and use it in GitHub Desktop.
Save leandrocfe/5336aa749a606d3c6c2c39bd3198db78 to your computer and use it in GitHub Desktop.
Filamentbr - css tema customizado
/*
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