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

.text-editor
  button
    font-size: size('normal')
    border: none
    color: color('light')
    background: transparent
    &:hover
      color: link-color('primary')
      cursor: pointer
  .text-editor-preview-area
    border: 1px solid color('lighter')
    width: 400px
    height: 200px
    overflow: auto
  .text-editor-toolbar
    button:first-child
      padding-left: 0