Headless CMS and Content Managment Hub
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.
 
 
 
 
 

34 lines
560 B

@import '_vars';
@import '_mixins';
// Graphiql hints
::ng-deep {
@import '~graphiql/dist/show-hint';
}
:host ::ng-deep {
@import '~graphiql/graphiql';
.graphiql-container {
& {
@include absolute(0, 0, 0, 0);
}
& * {
box-sizing: content-box;
}
// sass-lint:disable class-name-format
& .editorWrap {
overflow: hidden;
}
svg {
fill: $color-dark-black;
}
}
.CodeMirror-linenumbers {
min-width: 29px;
}
}