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

20 lines
264 B
SCSS
Raw Normal View History

2015-06-18 19:35:50 +02:00
.main-content {
display: flex;
height: 100%;
position: relative;
.workspace-content {
display: flex;
height: 100%;
width: 100%;
}
}
2015-12-15 12:58:49 +01:00
.dashboard-content {
box-sizing: border-box;
display: flex;
flex-direction: column;
width: 100%;
}