Files
outline/src/Views/Dashboard/Dashboard.scss
Jori Lallo 7225c01924 preview
2016-03-10 22:54:47 -08:00

17 lines
155 B
SCSS

.container {
display: flex;
padding-top: 48px;
}
.panel {
width: 50%;
}
.fullscreen {
width: 100%;
}
.markdown {
background-color: #ffffff;
}