|
@@ -51,18 +51,6 @@
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
- height: 42px;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.thresholds-row-input-inner > div {
|
|
|
|
|
- border-left: 1px solid $input-label-border-color;
|
|
|
|
|
- border-top: 1px solid $input-label-border-color;
|
|
|
|
|
- border-bottom: 1px solid $input-label-border-color;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.thresholds-row-input-inner > *:nth-child(2) {
|
|
|
|
|
- border-top-left-radius: $border-radius;
|
|
|
|
|
- border-bottom-left-radius: $border-radius;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.thresholds-row-input-inner > *:last-child {
|
|
.thresholds-row-input-inner > *:last-child {
|
|
@@ -80,9 +68,11 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.thresholds-row-input-inner-value > input {
|
|
.thresholds-row-input-inner-value > input {
|
|
|
- height: 100%;
|
|
|
|
|
- padding: 8px 10px;
|
|
|
|
|
|
|
+ height: $gf-form-input-height;
|
|
|
|
|
+ padding: $input-padding-y $input-padding-x;
|
|
|
width: 150px;
|
|
width: 150px;
|
|
|
|
|
+ border-top: 1px solid $input-label-border-color;
|
|
|
|
|
+ border-bottom: 1px solid $input-label-border-color;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.thresholds-row-input-inner-color {
|
|
.thresholds-row-input-inner-color {
|
|
@@ -91,6 +81,7 @@
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
background-color: $input-bg;
|
|
background-color: $input-bg;
|
|
|
|
|
+ border: 1px solid $input-label-border-color;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.thresholds-row-input-inner-color-colorpicker {
|
|
.thresholds-row-input-inner-color-colorpicker {
|
|
@@ -105,8 +96,10 @@
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
- height: 42px;
|
|
|
|
|
|
|
+ height: $gf-form-input-height;
|
|
|
|
|
+ padding: $input-padding-y $input-padding-x;
|
|
|
width: 42px;
|
|
width: 42px;
|
|
|
- background-color: $input-label-border-color;
|
|
|
|
|
|
|
+ background-color: $input-label-bg;
|
|
|
|
|
+ border: 1px solid $input-label-border-color;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|