mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 01:11:23 +03:00
12 lines
143 B
SCSS
12 lines
143 B
SCSS
:global(#app) {
|
|
.action {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.actions {
|
|
align-items: center;
|
|
display: flex;
|
|
margin: 20px 20px;
|
|
}
|
|
}
|