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