summaryrefslogtreecommitdiff
path: root/assets/sass/_markdown_editor.sass
blob: b9279be924b0de46660b5a684dc9e15a97a2c3f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@import variables

.text-editor
  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: 400px
    height: 200px
    overflow: auto
    padding: 2px