static-cms/src/components/EntryEditor.css

27 lines
396 B
CSS
Raw Normal View History

.entryEditor {
display: flex;
flex-direction: column;
height: 100%;
}
2016-09-11 23:08:18 +02:00
.container {
display: flex;
height: 100%;
}
.footer {
background: #fff;
height: 45px;
border-top: 1px solid #e8eae8;
padding: 10px 20px;
2016-09-13 15:10:56 -03:00
z-index: 10;
2016-09-11 23:08:18 +02:00
}
.controlPane {
width: 50%;
max-height: 100%;
overflow: auto;
padding: 0 20px;
border-right: 1px solid #e8eae8;
2016-09-11 23:08:18 +02:00
}
.previewPane {
width: 50%;
}