We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e548d commit ee614e8Copy full SHA for ee614e8
1 file changed
src/plugins/timelion/public/directives/_form.scss
@@ -1,6 +1,3 @@
1
-$timAppWarningColor: '#BD271E';
2
-$timAppTextAreaBgColor: #FBFCFD;
3
-
4
.form-control {
5
@include euiFontSizeS;
6
display: block;
@@ -42,7 +39,7 @@ select.form-control {
42
39
margin-bottom: $euiSize;
43
40
padding: $euiSizeXS $euiSizeS;
44
41
color: $euiColorDarkestShade;
45
- border-left: solid 2px $timAppWarningColor;
+ border-left: solid 2px $euiColorDanger;
46
font-size: $euiSizeM;
47
}
48
@@ -80,7 +77,7 @@ select.form-control {
80
77
font-size: $euiSize;
81
78
line-height: 1.5;
82
79
83
- background-color: $timAppTextAreaBgColor;
+ background-color: $euiFormBackgroundColor;
84
border: 1px solid $euiColorLightShade;
85
border-radius: $euiSizeXS;
86
transition: border-color .1s linear;
0 commit comments