1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-20 13:49:42 +02:00
documize/gui/app/styles/core/section/markdown.scss

20 lines
282 B
SCSS
Raw Normal View History

.section-markdown-editor {
margin-top: 3px;
}
2017-02-28 13:43:46 +00:00
.section-markdown-preview {
2016-07-07 18:54:16 -07:00
width: 100%;
margin: 0;
padding: 0;
@extend .no-outline;
margin-top: -10px;
border: none;
@extend .no-outline;
2016-07-07 18:54:16 -07:00
}
.section-markdown-preview-button {
position: absolute;
top: 18px;
right: 118px;
2016-07-07 18:54:16 -07:00
}