dlegr250_material_design 0.3.87 → 0.3.88
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: dc7c95d685bb4cc5689e1a7800a84ed5086e1222
|
4
|
+
data.tar.gz: dd7b3773999dfd95e6d399fb6827e5734f33aece
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7da041d5d9aac3cdd0705b290e4514230a09910a0649b6f7984cfbbe868664a5606157c6746f61ba1a2c38346566de3ac2c7d8849b15bfa0841144d217cf5862
|
7
|
+
data.tar.gz: a68247dcb9e1b772afda292741cafd821ab2fb68e16d993387be9f63ab72812714f132acdd8826f7dfad43d0cbfc9b0c50e6a07f671c4317d954eb4f4d37f533
|
@@ -17,6 +17,7 @@
|
|
17
17
|
cursor: pointer;
|
18
18
|
width: $spacing-normal;
|
19
19
|
height: $spacing-normal;
|
20
|
+
margin-right: $spacing-normal;
|
20
21
|
position: relative;
|
21
22
|
// top: 2px;
|
22
23
|
|
@@ -57,17 +58,13 @@
|
|
57
58
|
}
|
58
59
|
|
59
60
|
.radio-group-item {
|
61
|
+
color: color("text");
|
60
62
|
cursor: pointer;
|
61
|
-
|
63
|
+
font-weight: normal;
|
64
|
+
padding: $spacing-normal $spacing-normal;
|
62
65
|
@include flex-parent-row();
|
63
66
|
@include transition(background-color 0.30s ease);
|
64
67
|
|
65
|
-
label {
|
66
|
-
color: color("text");
|
67
|
-
font-weight: normal;
|
68
|
-
padding-left: $spacing-normal;
|
69
|
-
}
|
70
|
-
|
71
68
|
&:hover {
|
72
69
|
background-color: color("hover");
|
73
70
|
}
|
@@ -87,4 +84,3 @@
|
|
87
84
|
border: 2px solid $color;
|
88
85
|
}
|
89
86
|
}
|
90
|
-
}
|