p5.js-web-editor/client/styles/layout/_ide.scss
2016-07-06 15:09:05 -04:00

23 lines
245 B
SCSS

.ide {
display: flex;
flex-direction: row;
height: 100%;
flex-wrap: wrap;
}
.editor-holder {
flex-grow: 1;
height: 100%;
}
.preview-frame {
flex-grow: 1;
}
.toolbar {
width: 100%;
}
.sidebar {
width: #{140 / $base-font-size}rem;
}