mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 09:15:01 +03:00
10 lines
163 B
SCSS
10 lines
163 B
SCSS
:global(#app) {
|
|
.wrapper {
|
|
background: rgba(0, 0, 0, 0.16);
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
padding: 10px 20px 0;
|
|
}
|
|
}
|