chore: overhauls admin navigation (#3339)

This commit is contained in:
Jacob Fletcher
2023-09-15 17:33:28 -04:00
committed by GitHub
parent 055c65f229
commit 85c8e4dc65
107 changed files with 1871 additions and 1740 deletions

View File

@@ -5,7 +5,6 @@
&:hover {
background-color: var(--theme-success-550) !important;
color: var(--theme-success-900) !important;
}
&:disabled {
@@ -14,3 +13,21 @@
}
}
}
[data-theme='dark'] {
.customButton {
:global(.btn) {
background-color: var(--theme-success-500) !important;
color: var(--theme-success-100) !important;
&:hover {
background-color: var(--theme-success-400) !important;
}
&:disabled {
background-color: var(--theme-success-750) !important;
color: var(--theme-success-250) !important;
}
}
}
}