mirror of https://github.com/Squidex/squidex.git
4 changed files with 47 additions and 15 deletions
@ -1,8 +1,25 @@ |
|||||
@import '_mixins'; |
@import '_mixins'; |
||||
@import '_vars'; |
@import '_vars'; |
||||
|
|
||||
.editor { |
// sass-lint:disable class-name-format |
||||
|
|
||||
|
:host /deep/ { |
||||
|
.ace_editor { |
||||
background: $color-dark-foreground; |
background: $color-dark-foreground; |
||||
border: 1px solid $color-input; |
border: 1px solid $color-input; |
||||
height: 20rem; |
height: 20rem; |
||||
} |
} |
||||
|
|
||||
|
.ace_active-line, |
||||
|
.ace_gutter-active-line { |
||||
|
background: none !important; |
||||
|
} |
||||
|
|
||||
|
.ace_gutter-active-line { |
||||
|
background: darken($color-border, 5%) !important; |
||||
|
} |
||||
|
|
||||
|
.ace_gutter { |
||||
|
background: $color-border !important; |
||||
|
} |
||||
|
} |
||||
@ -1,8 +1,25 @@ |
|||||
@import '_mixins'; |
@import '_mixins'; |
||||
@import '_vars'; |
@import '_vars'; |
||||
|
|
||||
.editor { |
// sass-lint:disable class-name-format |
||||
|
|
||||
|
:host /deep/ { |
||||
|
.ace_editor { |
||||
background: $color-dark-foreground; |
background: $color-dark-foreground; |
||||
border: 1px solid $color-input; |
border: 1px solid $color-input; |
||||
height: 20rem; |
height: 20rem; |
||||
} |
} |
||||
|
|
||||
|
.ace_active-line, |
||||
|
.ace_gutter-active-line { |
||||
|
background: none !important; |
||||
|
} |
||||
|
|
||||
|
.ace_gutter-active-line { |
||||
|
background: darken($color-border, 5%) !important; |
||||
|
} |
||||
|
|
||||
|
.ace_gutter { |
||||
|
background: $color-border !important; |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue