1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 22:59:43 +02:00
documize/app/app/styles/section/markdown.scss

16 lines
260 B
SCSS
Raw Normal View History

.section-markdown-editor, .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
}