panel projects - redesign and only show managed project
This commit is contained in:
parent
5c9f450539
commit
ec53fae7a0
7 changed files with 104 additions and 29 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue