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