diff options
Diffstat (limited to 'assets/sass/_markdown_editor.sass')
-rw-r--r-- | assets/sass/_markdown_editor.sass | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/assets/sass/_markdown_editor.sass b/assets/sass/_markdown_editor.sass deleted file mode 100644 index ac25101e..00000000 --- a/assets/sass/_markdown_editor.sass +++ /dev/null @@ -1,22 +0,0 @@ -@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 |