p5.js-web-editor/client/styles/layout/_fullscreen.scss
Lauren McCarthy a5d304da2b implement sidebar design #234 (#235)
* removing avenir, replacing with montserrat

* sidebar tweaks

* sidebar positioning

* resolving merge conflict

* working on sidebar

* removing avenir font, using montserrat instead due to licensing issues

* removing old import statement for typeography scss file

* design formatting for sidebar closes #234
2016-12-19 17:07:04 -05:00

17 lines
234 B
SCSS

.fullscreen-preview {
display: flex;
width: 100%;
height: 100%;
flex-flow: column;
}
.fullscreen-preview__title {
width: 100%;
}
.fullscreen-preview__frame-wrapper {
width: 100%;
flex: 1 0 0%;
position: relative;
}