p5.js-web-editor/client/styles/layout/_ide.scss

24 lines
245 B
SCSS
Raw Normal View History

2016-05-18 19:37:59 +02:00
.ide {
2016-05-11 04:22:32 +02:00
display: flex;
flex-direction: row;
height: 100%;
2016-05-11 19:19:37 +02:00
flex-wrap: wrap;
2016-05-11 04:22:32 +02:00
}
.editor-holder {
flex-grow: 1;
2016-05-11 04:22:32 +02:00
height: 100%;
}
.preview-frame {
flex-grow: 1;
2016-05-11 19:19:37 +02:00
}
.toolbar {
width: 100%;
2016-06-17 20:31:33 +02:00
}
.sidebar {
width: #{140 / $base-font-size}rem;
}