1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 23:59:47 +02:00
documize/gui/app/styles/view/document/section-editor.scss

28 lines
369 B
SCSS
Raw Normal View History

2017-12-07 19:43:46 +00:00
.section-editor {
> .edit-title {
margin: 16px 0;
}
> .canvas {
2017-12-08 17:24:39 +00:00
// margin: 34px 0 0 0;
padding: 30px 20px;
box-shadow: 0 0 0 0.75pt $color-stroke,0 0 3pt 0.75pt $color-stroke;
2017-12-07 19:43:46 +00:00
}
}
.content-linker-modal-container {
height: 500px;
overflow-y: auto;
.icon {
margin-right: 5px;
height: 15px;
width: 15px;
2017-12-07 19:43:46 +00:00
}
}
2017-12-08 17:24:39 +00:00
.block-editor {
margin-top: 3rem;
2017-12-07 19:43:46 +00:00
}