Files
planka/client/src/components/Project/Project.module.scss

10 lines
163 B
SCSS
Raw Normal View History

:global(#app) {
.wrapper {
background: rgba(0, 0, 0, 0.16);
display: flex;
flex-direction: column;
height: 100%;
padding: 10px 20px 0;
}
}