@colijnit/corecomponents_v12 256.1.4 → 256.1.5
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.
|
Binary file
|
|
@@ -119,6 +119,12 @@
|
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
+
co-input-text.invalid, co-input-text:not(.hasvalue).required {
|
|
123
|
+
.input-text-wrapper {
|
|
124
|
+
background-color: #ffe6e6;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
|
|
122
128
|
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
|
|
123
129
|
color: $cc-color-input-placeholder-color;
|
|
124
130
|
font-style: $cc-input-placeholder-font-style;
|