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

33 lines
380 B
SCSS
Raw Normal View History

2016-07-07 18:54:16 -07:00
.document-editor {
> .toolbar {
@extend .z-depth-tiny;
background-color: $color-white;
width: 100%;
padding: 20px 40px;
> .title {
width: 50%;
> .input-control {
margin: 0;
> input {
margin: 0 0 5px 0;
}
}
}
> .buttons {
margin-top: 10px;
}
}
> .canvas {
padding: 40px 40px;
}
.cancel-edits-dialog {
display: none;
}
}