@phillips/seldon 1.10.0 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/scss/_vars.scss
CHANGED
|
@@ -105,12 +105,16 @@ $lg: #{$px}-input--lg;
|
|
|
105
105
|
&--invalid {
|
|
106
106
|
color: $error-red;
|
|
107
107
|
|
|
108
|
-
.#{$px}-input__label,
|
|
109
108
|
.#{$px}-input__input,
|
|
110
109
|
.#{$px}-input__input::placeholder,
|
|
111
110
|
.#{$px}-input__validation {
|
|
112
111
|
color: inherit;
|
|
113
112
|
}
|
|
113
|
+
|
|
114
|
+
.#{$px}-input__input {
|
|
115
|
+
border: 1px solid $error-red;
|
|
116
|
+
box-shadow: inset 0px 0px 3px 3px $error-pink;
|
|
117
|
+
}
|
|
114
118
|
}
|
|
115
119
|
|
|
116
120
|
// warn
|