mirror of https://github.com/Squidex/squidex.git
2 changed files with 18 additions and 26 deletions
@ -1,19 +1,21 @@ |
|||||
@import '_vars'; |
@import '_vars'; |
||||
@import '_mixins'; |
@import '_mixins'; |
||||
|
|
||||
@import '~graphiql/graphiql'; |
:host /deep/ { |
||||
|
@import '~graphiql/graphiql'; |
||||
|
|
||||
.graphiql-container { |
.graphiql-container { |
||||
& { |
& { |
||||
@include absolute(0, 0, 0, 0); |
@include absolute(0, 0, 0, 0); |
||||
} |
} |
||||
|
|
||||
& * { |
& * { |
||||
box-sizing: content-box; |
box-sizing: content-box; |
||||
} |
} |
||||
|
|
||||
// sass-lint:disable class-name-format |
// sass-lint:disable class-name-format |
||||
& .editorWrap { |
& .editorWrap { |
||||
overflow: hidden; |
overflow: hidden; |
||||
|
} |
||||
} |
} |
||||
} |
} |
||||
Loading…
Reference in new issue