vhx-quartz 0.11.17 → 0.11.18
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 +4 -4
- data/lib/vhx/quartz/version.rb +1 -1
- data/vendor/assets/stylesheets/vhx-quartz.radio.css +6 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 514113f0572028337f280b7d6d2c430fe16099bb
|
|
4
|
+
data.tar.gz: f335cce39e918e70d8e9893fc5782c5968586688
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5db226299f7aecd61132fbf9d2195d3a41a17c2f60b9f6c318192ac96c6f5aa9f53d90a84ea5670c6288e453aa30c68e699579db9e7cd7565b1331616d9c9a0f
|
|
7
|
+
data.tar.gz: 61fd15b1bfa746aa16d7ff82ac6a9cde3c2b8cbd515c7460e83bbb2e5c7789bf568020fdf4dcf30a46750941667d7ca915e572178a2a6fc32495c41871a00ba6
|
data/lib/vhx/quartz/version.rb
CHANGED
|
@@ -72,7 +72,6 @@
|
|
|
72
72
|
height: 20px;
|
|
73
73
|
line-height: 20px;
|
|
74
74
|
margin: 0px;
|
|
75
|
-
float: left;
|
|
76
75
|
box-sizing: border-box; }
|
|
77
76
|
.form .radio-gray label .radio--icon,
|
|
78
77
|
.form .radio-teal label .radio--icon {
|
|
@@ -126,9 +125,12 @@
|
|
|
126
125
|
border-radius: 10px; }
|
|
127
126
|
.form .radio-gray label .radio--label,
|
|
128
127
|
.form .radio-teal label .radio--label {
|
|
129
|
-
display: block;
|
|
130
|
-
|
|
131
|
-
|
|
128
|
+
display: inline-block;
|
|
129
|
+
height: 20px;
|
|
130
|
+
overflow: hidden;
|
|
131
|
+
text-overflow: ellipsis;
|
|
132
|
+
white-space: nowrap;
|
|
133
|
+
width: 90%; }
|
|
132
134
|
.form .radio-gray input[type="radio"]:checked + label .radio--icon .circle-top, .form .radio-gray input[type="radio"]:checked + label .radio--icon .circle-bottom,
|
|
133
135
|
.form .radio-teal input[type="radio"]:checked + label .radio--icon .circle-top,
|
|
134
136
|
.form .radio-teal input[type="radio"]:checked + label .radio--icon .circle-bottom {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vhx-quartz
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.
|
|
4
|
+
version: 0.11.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Scott Robertson, Courtney Burton, Steven Bone, David Gonzalez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-05-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -294,7 +294,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
294
294
|
version: '0'
|
|
295
295
|
requirements: []
|
|
296
296
|
rubyforge_project:
|
|
297
|
-
rubygems_version: 2.
|
|
297
|
+
rubygems_version: 2.5.1
|
|
298
298
|
signing_key:
|
|
299
299
|
specification_version: 4
|
|
300
300
|
summary: VHX Styleguide - Quartz
|