summaryrefslogtreecommitdiff
path: root/assets/sass/_markdown_editor.sass
blob: ac25101ea33527cdb698d60934f87cbcbdab4f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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