N°3903 - Polishing: Query phrasebook

This commit is contained in:
acognet
2021-06-25 10:15:40 +02:00
parent 275daf3b0d
commit 2ca11aa2b7
4 changed files with 28 additions and 28 deletions

View File

@@ -17,6 +17,6 @@ $ibo-input-text--padding-y: 10px !default;
min-height: 15em;
}
.ibo-queryoql {
textarea.ibo-queryoql, .ibo-queryoql:not(:nth-child(n)), .ibo-queryoql > :not(.ibo-field--label) {
@extend %ibo-font-code-150;
}

View File

@@ -43,7 +43,7 @@ $ibo-font-weight-950: 950 !default; /* 950 Extra Black (Ultra Black) */
$ibo-font-family-base: "Raleway" !default;
$ibo-font-family-fallbacks: "sans-serif", "system-ui" !default;
$ibo-font-family-monospace: "monospace" !default;
$ibo-font-family-monospace: monospace !default;
$ibo-font-family-code: $ibo-font-family-monospace !default;
:root {