mirror of
https://github.com/plankanban/planka.git
synced 2025-07-22 22:59:44 +02:00
12 lines
149 B
SCSS
12 lines
149 B
SCSS
|
:global(#app) {
|
||
|
.menu {
|
||
|
margin: -7px -12px -5px;
|
||
|
width: calc(100% + 24px);
|
||
|
}
|
||
|
|
||
|
.menuItem {
|
||
|
margin: 0;
|
||
|
padding-left: 14px;
|
||
|
}
|
||
|
}
|