mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 01:11:13 +03:00
19 lines
209 B
SCSS
19 lines
209 B
SCSS
|
|
:global(#app) {
|
||
|
|
.menu {
|
||
|
|
margin: 0 auto 8px;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.menuItemDescription {
|
||
|
|
opacity: 0.5;
|
||
|
|
}
|
||
|
|
|
||
|
|
.menuItemTitle {
|
||
|
|
margin-bottom: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.settings {
|
||
|
|
margin: 0 0 8px;
|
||
|
|
}
|
||
|
|
}
|