0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-04 05:18:56 -05:00
penpot/resources/styles/layouts/main-layout.scss

13 lines
185 B
SCSS
Raw Normal View History

2015-06-18 19:35:50 +02:00
.main-content {
display: flex;
height: 100%;
position: relative;
}
2015-12-15 12:58:49 +01:00
.dashboard-content {
display: flex;
flex-direction: column;
2016-02-20 22:26:07 +01:00
height: calc(100vh - 60px);
2015-12-15 12:58:49 +01:00
width: 100%;
}