mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
946 B
39 lines
946 B
:host ::ng-deep {
|
|
@import '~graphiql/graphiql';
|
|
|
|
.graphiql-container {
|
|
@include absolute(0, 0, 0, 0);
|
|
|
|
& * {
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
/* stylelint-disable-next-line selector-class-pattern */
|
|
& .editorWrap {
|
|
overflow: hidden;
|
|
}
|
|
|
|
svg {
|
|
fill: $color-black;
|
|
}
|
|
|
|
/* stylelint-disable-next-line selector-class-pattern */
|
|
.historyPaneWrap {
|
|
border-radius: 0;
|
|
border-left: 1px solid $color-border;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
/* stylelint-disable-next-line selector-class-pattern */
|
|
.docExplorerWrap {
|
|
border-radius: 0;
|
|
border-left: 1px solid $color-border;
|
|
box-shadow: none !important;
|
|
}
|
|
}
|
|
|
|
/* stylelint-disable-next-line selector-class-pattern */
|
|
.CodeMirror-linenumbers {
|
|
min-width: 29px;
|
|
}
|
|
}
|
|
|