dlegr250_material_design 0.3.41 → 0.3.42
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2de5a24c07c078c226d2599dcf89aeda414ec32d
|
4
|
+
data.tar.gz: b98f2700d270c8bd72009d7005188433adb01105
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 180c1e7e3e9709e43776331923ed486b956505f73618475075bbe437b47fc9477f4e3c54d638d1cf14ffb249c14404c554887aa2327ea013dd0d0e2df535e530
|
7
|
+
data.tar.gz: 65c7099bd414e45640518314e36c5e60edcc3c843df5ef913b680f003ed1b96838663eafafbca45e10261386681fe4d89c75952032b8202039c42e1094b5acc3
|
@@ -37,6 +37,23 @@ textarea {
|
|
37
37
|
padding: $spacing-small;
|
38
38
|
}
|
39
39
|
|
40
|
+
// Underline text fields
|
41
|
+
//----------------------------------------------------------------------
|
42
|
+
|
43
|
+
.text-field-underline-container {
|
44
|
+
#{$text-fields} {
|
45
|
+
border: none;
|
46
|
+
border-bottom: 1px solid color("divider");
|
47
|
+
padding: $spacing-small 0;
|
48
|
+
@include rounded-corners(0);
|
49
|
+
|
50
|
+
&:focus {
|
51
|
+
border-color: color("primary");
|
52
|
+
@include box-shadow(0 1px 0 color("primary"));
|
53
|
+
}
|
54
|
+
}
|
55
|
+
}
|
56
|
+
|
40
57
|
// text fields - responsive full width
|
41
58
|
// On smaller screens, expand to entire width
|
42
59
|
//----------------------------------------------------------------------
|