penpot/resources/public/styles/layouts/main-layout.scss
2015-12-30 00:18:59 +02:00

20 lines
266 B
SCSS

.main-content {
display: flex;
height: 100%;
position: relative;
.dashboard-content {
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
}
.workspace-content {
display: flex;
height: 100%;
width: 100%;
}
}