1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00
documize/gui/app/styles/view/document/inline-editor.scss

42 lines
612 B
SCSS
Raw Normal View History

2016-07-07 18:54:16 -07:00
.document-editor {
position: relative;
2016-07-07 18:54:16 -07:00
> .toolbar {
width: 100%;
2016-11-09 15:16:44 -08:00
padding: 0;
2016-07-07 18:54:16 -07:00
> .edit-title {
width: 70%;
2016-07-07 18:54:16 -07:00
> input {
font-weight: bold;
font-size: 1.5rem;
margin: 16px 0 10px 0;
color: $color-wysiwyg;
2016-07-07 18:54:16 -07:00
}
}
> .buttons {
margin-top: 17px;
2016-07-07 18:54:16 -07:00
}
}
> .canvas {
padding: 0;
2016-07-07 18:54:16 -07:00
}
.cancel-edits-dialog {
display: none;
}
}
.document-editor-full {
@extend .transition-all;
@include border-radius(2px);
@include ease-in();
position: relative;
padding: 25px 50px;
box-shadow: 0 0 0 0.75pt $color-stroke,0 0 3pt 0.75pt $color-stroke;
background-color: $color-white;
}