mirror of
https://github.com/penpot/penpot.git
synced 2026-05-19 15:03:45 +00:00
20 lines
266 B
SCSS
20 lines
266 B
SCSS
.main-content {
|
|
display: flex;
|
|
height: 100%;
|
|
position: relative;
|
|
|
|
.dashboard-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.workspace-content {
|
|
display: flex;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
}
|