mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -05:00
20 lines
280 B
SCSS
20 lines
280 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;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|