mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
19 lines
264 B
SCSS
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%;
|
|
}
|