Fixes placeholder color
This commit is contained in:
parent
a4c3348630
commit
8eb7303bd9
|
@ -45,7 +45,7 @@ input[type='text'], input[type='password'], textarea {
|
|||
}
|
||||
|
||||
@include placeholder {
|
||||
color: $inputColor;
|
||||
color: $placeHolderColor;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
|
|
@ -35,6 +35,7 @@ $dialogTitleFontWeight: 400;
|
|||
$inputBackground: #fff;
|
||||
$inputBorderColor: #ccc;
|
||||
$inputColor: #333;
|
||||
$placeHolderColor: #a7a7a7;
|
||||
$defaultDarkSelectionColor: #ccc;
|
||||
$buttonFontWeight: 400;
|
||||
$labelFontWeight: 400;
|
||||
|
|
Loading…
Reference in New Issue