2016-02-15 08:27:41 -06:00
|
|
|
.query-keyword {
|
2017-08-15 16:17:34 -05:00
|
|
|
font-weight: $font-weight-semi-bold;
|
2020-04-13 02:58:40 -05:00
|
|
|
color: $text-blue;
|
2016-02-15 08:27:41 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.query-segment-operator {
|
|
|
|
color: $orange;
|
|
|
|
}
|
|
|
|
|
2019-12-10 06:00:22 -06:00
|
|
|
.query-placeholder {
|
|
|
|
color: $gray-2;
|
|
|
|
}
|
|
|
|
|
2016-11-16 11:26:39 -06:00
|
|
|
.tight-form-func {
|
|
|
|
background: $tight-form-func-bg;
|
|
|
|
|
|
|
|
&.show-function-controls {
|
|
|
|
padding-top: 5px;
|
|
|
|
min-width: 100px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-12-28 15:14:39 -06:00
|
|
|
input[type='text'].tight-form-func-param {
|
2019-03-21 04:43:06 -05:00
|
|
|
font-size: $font-size-sm;
|
2016-11-16 11:26:39 -06:00
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tight-form-func-controls {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.fa-arrow-left {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
.fa-arrow-right {
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
.fa-remove {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.grafana-metric-options {
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tight-form-func {
|
|
|
|
background: $tight-form-func-bg;
|
|
|
|
|
|
|
|
&.show-function-controls {
|
|
|
|
padding-top: 5px;
|
|
|
|
min-width: 100px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-12-28 15:14:39 -06:00
|
|
|
.rst-text::before {
|
|
|
|
content: ' ';
|
|
|
|
}
|
|
|
|
|
|
|
|
.rst-unknown.rst-directive {
|
|
|
|
font-family: monospace;
|
2019-03-21 04:43:06 -05:00
|
|
|
margin-bottom: $space-md;
|
2021-03-26 09:16:25 -05:00
|
|
|
word-wrap: break-word;
|
2017-12-28 15:14:39 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.rst-interpreted_text {
|
|
|
|
font-family: monospace;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rst-bullet-list {
|
2019-03-21 04:43:06 -05:00
|
|
|
padding-left: $space-lg;
|
|
|
|
margin-bottom: $space-md;
|
2017-12-28 15:14:39 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.rst-paragraph:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.drop-element.drop-popover.drop-function-def .drop-content {
|
2019-03-21 04:43:06 -05:00
|
|
|
max-width: 416px;
|
2017-12-28 15:14:39 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.rst-literal-block .rst-text {
|
|
|
|
display: block;
|
|
|
|
}
|
2019-01-16 07:00:29 -06:00
|
|
|
|
2019-01-17 03:26:08 -06:00
|
|
|
.query-editor-row {
|
2019-01-16 07:00:29 -06:00
|
|
|
margin-bottom: 2px;
|
|
|
|
|
|
|
|
&:hover {
|
2019-01-17 03:26:08 -06:00
|
|
|
.query-editor-row__actions {
|
2019-01-16 07:00:29 -06:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
}
|
2019-01-17 03:26:08 -06:00
|
|
|
|
|
|
|
&--disabled {
|
|
|
|
.query-keyword {
|
2019-02-11 06:53:07 -06:00
|
|
|
color: $text-color-weak;
|
2019-01-17 03:26:08 -06:00
|
|
|
}
|
|
|
|
}
|
2019-01-16 07:00:29 -06:00
|
|
|
}
|
|
|
|
|
2019-01-17 03:26:08 -06:00
|
|
|
.query-editor-row__action {
|
2019-01-16 10:53:40 -06:00
|
|
|
margin-left: 3px;
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $text-color;
|
|
|
|
}
|
2019-01-16 07:00:29 -06:00
|
|
|
}
|
|
|
|
|
2019-01-17 06:08:20 -06:00
|
|
|
.query-editor-row__body {
|
2019-01-18 12:22:40 -06:00
|
|
|
margin: 2px 0 10px 40px;
|
2019-01-17 06:08:20 -06:00
|
|
|
background: $page-bg;
|
2019-01-17 03:26:08 -06:00
|
|
|
|
2019-01-17 06:08:20 -06:00
|
|
|
&--collapsed {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|