Skip to content

Commit

Permalink
Merge pull request #66 from glorious-codes/demo_editor_fix
Browse files Browse the repository at this point in the history
Fix font-size for Glorious Demo editor
  • Loading branch information
rafaelcamargo committed Sep 22, 2020
2 parents 62fdb23 + aa63b1b commit 8721226
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/editor.styl
@@ -1,6 +1,8 @@
@require '_variables'
@require '_mixins'

$font-size = 13px

.editor
position relative
height 400px
Expand All @@ -9,6 +11,7 @@
.codeflask
background transparent
.codeflask__flatten
font-size $font-size
word-wrap normal
.codeflask__textarea
color transparent
Expand All @@ -27,4 +30,5 @@
pre[class*=language-]
background none
color inherit
font-size $font-size
line-height 20px

0 comments on commit 8721226

Please sign in to comment.