Browse Source
Merge pull request #378 from xixaoly/graphiqlHints
Import Graphiql hints styles
pull/383/head
Sebastian Stehle
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
1 deletions
-
src/Squidex/app/features/api/pages/graphql/graphql-page.component.scss
|
|
|
@ -1,6 +1,11 @@ |
|
|
|
@import '_vars'; |
|
|
|
@import '_mixins'; |
|
|
|
|
|
|
|
// Graphiql hints |
|
|
|
::ng-deep { |
|
|
|
@import '~graphiql/dist/show-hint'; |
|
|
|
} |
|
|
|
|
|
|
|
:host ::ng-deep { |
|
|
|
@import '~graphiql/graphiql'; |
|
|
|
|
|
|
|
@ -22,4 +27,4 @@ |
|
|
|
.CodeMirror-linenumbers { |
|
|
|
min-width: 29px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|