0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-03 04:49:03 -05:00
penpot/resources/public/styles/layouts/main-layout.scss
2015-12-30 00:19:46 +02:00

20 lines
280 B
SCSS

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