mirror of
https://github.com/plankanban/planka.git
synced 2025-07-20 05:39:43 +02:00
23 lines
277 B
SCSS
23 lines
277 B
SCSS
|
:global(#app) {
|
||
|
.divider {
|
||
|
background: #eee;
|
||
|
border: 0;
|
||
|
height: 1px;
|
||
|
margin-bottom: 8px;
|
||
|
}
|
||
|
|
||
|
.menu {
|
||
|
margin: -7px -12px -5px;
|
||
|
width: calc(100% + 24px);
|
||
|
}
|
||
|
|
||
|
.menuItem {
|
||
|
margin: 0;
|
||
|
padding-left: 14px;
|
||
|
}
|
||
|
|
||
|
.tip {
|
||
|
opacity: 0.5;
|
||
|
}
|
||
|
}
|