Files
outline/src/scenes/App/App.scss
Jori Lallo cce82b3d43 Refactor
2016-04-28 22:25:37 -07:00

13 lines
204 B
SCSS

.container {
display: flex;
flex-flow: column;
width: 100%;
height: 100%;
background-color: #fff;
font-family: -apple-system, "Helvetica Neue", "Lucida Grande";
color: #222;
}
.content {
}