2016-05-18 19:37:59 +02:00
|
|
|
.ide {
|
2016-05-11 04:22:32 +02:00
|
|
|
display: flex;
|
2016-07-21 06:05:47 +02:00
|
|
|
flex-direction: column;
|
2016-05-11 04:22:32 +02:00
|
|
|
height: 100%;
|
2016-05-11 19:19:37 +02:00
|
|
|
flex-wrap: wrap;
|
2016-05-11 04:22:32 +02:00
|
|
|
}
|
|
|
|
|
2016-07-21 06:05:47 +02:00
|
|
|
.editor-preview-container {
|
|
|
|
width: 100%;
|
2016-07-22 23:19:15 +02:00
|
|
|
flex: 1 0 0px;
|
2016-07-21 06:05:47 +02:00
|
|
|
display: flex;
|
2016-08-11 21:41:13 +02:00
|
|
|
position: relative;
|
2016-07-21 06:05:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.editor-console-container {
|
2016-08-11 21:41:13 +02:00
|
|
|
// flex: 1 0 0px;
|
|
|
|
// max-width: 45%;
|
|
|
|
width: 100%;
|
2016-07-21 06:05:47 +02:00
|
|
|
height: 100%;
|
|
|
|
position: relative;
|
2016-08-05 02:51:58 +02:00
|
|
|
|
|
|
|
// temporary fix for safari
|
|
|
|
min-height: 75vh;
|
2016-07-21 06:05:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.editor-holder {
|
2016-05-11 04:22:32 +02:00
|
|
|
height: 100%;
|
2016-08-05 02:51:58 +02:00
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
2016-05-11 04:22:32 +02:00
|
|
|
}
|
|
|
|
|
2016-08-11 21:38:32 +02:00
|
|
|
.editor-accessibility {
|
|
|
|
@extend %hidden-element;
|
|
|
|
}
|
|
|
|
|
2016-05-11 04:22:32 +02:00
|
|
|
.preview-frame {
|
2016-08-11 21:41:13 +02:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.preview-frame-overlay {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 10;
|
2016-05-11 19:19:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar {
|
|
|
|
width: 100%;
|
2016-06-17 20:31:33 +02:00
|
|
|
}
|
2016-07-06 21:09:05 +02:00
|
|
|
|
|
|
|
.sidebar {
|
2016-08-11 21:41:13 +02:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2016-07-06 21:09:05 +02:00
|
|
|
}
|