2016-05-18 17:37:59 +00:00
|
|
|
.ide {
|
2016-05-11 02:22:32 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
height: 100%;
|
2016-05-11 17:19:37 +00:00
|
|
|
flex-wrap: wrap;
|
2016-05-11 02:22:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.editor-holder {
|
|
|
|
width: 50%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.preview-frame {
|
|
|
|
width: 50%;
|
2016-05-11 17:19:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar {
|
|
|
|
width: 100%;
|
2016-06-17 18:31:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.preferences {
|
2016-06-20 18:58:15 +00:00
|
|
|
width: 22.5%;
|
2016-06-17 18:31:33 +00:00
|
|
|
position: absolute;
|
|
|
|
top: #{20 / $base-font-size}rem;
|
|
|
|
right:#{60 / $base-font-size}rem;
|
|
|
|
}
|