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

31 lines
308 B
SCSS
Raw Normal View History

2016-07-07 18:54:16 -07:00
.document-editor {
> .toolbar {
width: 100%;
2016-11-09 15:16:44 -08:00
padding: 0;
2016-07-07 18:54:16 -07:00
> .title {
width: 50%;
> .input-control {
margin: 0;
> input {
2016-11-09 15:16:44 -08:00
margin: 0 0 5px;
2016-07-07 18:54:16 -07:00
}
}
}
> .buttons {
margin-top: 10px;
}
}
> .canvas {
2016-11-09 15:16:44 -08:00
padding: 40px 0;
2016-07-07 18:54:16 -07:00
}
.cancel-edits-dialog {
display: none;
}
}