panel projects - redesign and only show managed project

This commit is contained in:
isUnknown 2024-11-18 14:49:48 +01:00
parent 5c9f450539
commit ec53fae7a0
7 changed files with 104 additions and 29 deletions

View file

@ -1,10 +1,16 @@
/* CSS VARIABLES */
:root {
/* Colors */
--color-l-200: 95%;
--color-l-300: 85%;
--color-l-400: 80%;
--color-l-500: 74%;
}
.k-panel-menu {
background-color: #fff;
}
.k-panel-menu-button[aria-current] {
--button-color-back: #00968f1a;
}