dlegr250_material_design 0.3.42 → 0.3.43
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4550d00c24ba7fd24435d5afc0bc1f56fceb0d1f
|
|
4
|
+
data.tar.gz: 097738e71d3adeba54e7170b01661f4e568995da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77f5e5998d2a30e8514371ba6cea4878504c3aa6c5276f694c908a8d37002886227a7eb9b67b22c39b5aaf68ce57dbe9433962df81848f94f8e2d81c1fd4ce40
|
|
7
|
+
data.tar.gz: 0223055ebd0c04859384e53d0d7e8e4a6490d81a020b7b44c91fa12d38cdf086b412b046624352c7a644b5a1af96e2cee359d8bf3cab9f764b819398bebd7db1
|
|
@@ -96,8 +96,24 @@
|
|
|
96
96
|
// Fields - has errors
|
|
97
97
|
//----------------------------------------------------------------------
|
|
98
98
|
|
|
99
|
-
.field.has-errors {
|
|
100
|
-
|
|
99
|
+
// .field.has-errors {
|
|
100
|
+
// background-color: color("light-red");
|
|
101
|
+
// }
|
|
102
|
+
|
|
103
|
+
.has-errors {
|
|
104
|
+
input.invalid {
|
|
105
|
+
border-color: color("red") !important;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
&.text-field-underline-container {
|
|
109
|
+
input.invalid {
|
|
110
|
+
@include box-shadow(0 1px 0 color("red"));
|
|
111
|
+
|
|
112
|
+
&:focus {
|
|
113
|
+
@include box-shadow(0 1px 0 color("red"));
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
101
117
|
}
|
|
102
118
|
|
|
103
119
|
// Actions
|