5 lines
269 B
CSS
5 lines
269 B
CSS
#moduleMenu {max-height: calc(100vh - 80px); padding-bottom:10px;}
|
|
#moduleMenu .active {color: var(--color-primary-600); font-weight: 500;}
|
|
#moduleMenu header a:hover > .icon {color: var(--color-primary-600) !important;}
|
|
#moduleMenu .tree-item * {white-space: nowrap;}
|