diff options
Diffstat (limited to 'assets/sass/_markdown_editor.sass')
-rw-r--r-- | assets/sass/_markdown_editor.sass | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/assets/sass/_markdown_editor.sass b/assets/sass/_markdown_editor.sass new file mode 100644 index 00000000..ac25101e --- /dev/null +++ b/assets/sass/_markdown_editor.sass @@ -0,0 +1,22 @@ +@import variables + +.text-editor + margin-top: 10px + a + font-size: size('normal') + color: color('light') + text-decoration: none + margin-right: 10px + &:hover + color: link-color('primary') + .text-editor-preview-area + border: 1px solid color('lighter') + width: 700px + max-width: 99% + height: 250px + overflow: auto + padding: 2px + textarea + width: 700px + max-width: 98% + height: 250px
\ No newline at end of file |