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

19 lines
264 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;
width: 100%;
}