Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Oct 15, 2020
1 parent f9e548d commit ee614e8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/plugins/timelion/public/directives/_form.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
$timAppWarningColor: '#BD271E';
$timAppTextAreaBgColor: #FBFCFD;

.form-control {
@include euiFontSizeS;
display: block;
Expand Down Expand Up @@ -42,7 +39,7 @@ select.form-control {
margin-bottom: $euiSize;
padding: $euiSizeXS $euiSizeS;
color: $euiColorDarkestShade;
border-left: solid 2px $timAppWarningColor;
border-left: solid 2px $euiColorDanger;
font-size: $euiSizeM;
}

Expand Down Expand Up @@ -80,7 +77,7 @@ select.form-control {
font-size: $euiSize;
line-height: 1.5;
color: $euiColorDarkestShade;
background-color: $timAppTextAreaBgColor;
background-color: $euiFormBackgroundColor;
border: 1px solid $euiColorLightShade;
border-radius: $euiSizeXS;
transition: border-color .1s linear;
Expand Down

0 comments on commit ee614e8

Please sign in to comment.