dlegr250_material_design 0.3.73 → 0.3.74
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: 8b08abd7a24ddda3003b044ad959c4a2045fcb61
|
4
|
+
data.tar.gz: d9e6d129dd14b08b9902440ac9c3649a30eddc1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34c47f1549422e71727761b21542cdc3ca3beb65ab1ebdb65d645044f3d7bc41608bbfb501a00ee2e54eb22927b4b3331672ab6cc875742d78879ce516c0d19b
|
7
|
+
data.tar.gz: 54d72c5215a4e54e62de71facf7444d3e2c74e848415765cab0115d7a0b8aefbf707769d2f13e2c47b394c4c33c8d9f76272fd5c5552fe8fdfbab0b945687f80
|
@@ -28,12 +28,12 @@
|
|
28
28
|
|
29
29
|
&:before {
|
30
30
|
background-color: color("white");
|
31
|
-
background-image: radial-gradient(circle, color("
|
31
|
+
background-image: radial-gradient(circle, color("helper") 40%, color("white") 50%);
|
32
32
|
background-position: 50% 50%;
|
33
33
|
background-repeat: no-repeat;
|
34
34
|
background-size: 0;
|
35
35
|
border-radius: 50%;
|
36
|
-
border: 2px solid color("
|
36
|
+
border: 2px solid color("helper");
|
37
37
|
content: "";
|
38
38
|
display: inline-block;
|
39
39
|
height: $spacing-normal;
|
@@ -62,19 +62,24 @@
|
|
62
62
|
}
|
63
63
|
}
|
64
64
|
|
65
|
-
.radio-group-item {
|
66
|
-
|
67
|
-
}
|
68
|
-
|
69
|
-
.radio-group-item-button,
|
70
|
-
.radio-group-item-label {
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
}
|
65
|
+
// .radio-group-item {
|
66
|
+
// display: table-row;
|
67
|
+
// }
|
68
|
+
//
|
69
|
+
// .radio-group-item-button,
|
70
|
+
// .radio-group-item-label {
|
71
|
+
// display: table-cell;
|
72
|
+
// height: $input-height;
|
73
|
+
// vertical-align: middle;
|
74
|
+
// }
|
75
|
+
//
|
76
|
+
// .radio-group-item-button {
|
77
|
+
// padding: 0 $spacing-normal 0 $spacing-small;
|
78
|
+
// }
|
75
79
|
|
76
|
-
.radio-group-item
|
77
|
-
|
80
|
+
.radio-group-item label {
|
81
|
+
color: color("text");
|
82
|
+
font-weight: normal;
|
78
83
|
}
|
79
84
|
|
80
85
|
// Radios - colored
|
@@ -82,7 +87,7 @@
|
|
82
87
|
|
83
88
|
@each $color-name, $color in $colors {
|
84
89
|
.radio-#{$color-name} {
|
85
|
-
input[type="radio"]:before {
|
90
|
+
input[type="radio"]:checked:before {
|
86
91
|
background-image: radial-gradient(circle, $color 40%, color("white") 50%);
|
87
92
|
border: 2px solid $color;
|
88
93
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dlegr250_material_design
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.74
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel LeGrand
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: 'WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT
|
14
14
|
AS OF AUG 2016. Implement Google Material Design spec with modern browsers in mind
|