helio 0.0.1.0 → 0.0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/stylesheets/helio/_borders.scss +3 -3
- data/lib/helio/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13702f8495ae8ff6b3b7fad5c73a8d2494b2b06a
|
4
|
+
data.tar.gz: 2d8d73f34d6dc1a7a81ca0e2607a9349af091133
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4dd74b6e5cdd539d6344a718f4728f2409931a4d0f3649e8d01b947f9a0e3e132deb6e5fa50def8e5811599da6eff1d4d5c2848e443a0d107b89be2b82471d88
|
7
|
+
data.tar.gz: bf153724d30756665634488824f63cf9373cbc2856ce7db4eb0d7f9b6e4f940f316426f8f858b31b79cd39e267eca8e6f820e7e6c076ea0d6fb1f3c397796285
|
@@ -61,7 +61,7 @@
|
|
61
61
|
.active .bwv-sm-#{$name}-active,
|
62
62
|
.active .bwa-sm-#{$name}-active,
|
63
63
|
.bwt-sm-#{$name}-plus + .bwt-sm-#{$name}-plus {
|
64
|
-
border-top-width:
|
64
|
+
border-top-width: $value;
|
65
65
|
}
|
66
66
|
|
67
67
|
.bwl-sm-#{$name},
|
@@ -114,7 +114,7 @@
|
|
114
114
|
.active .bwv-md-#{$name}-active,
|
115
115
|
.active .bwa-md-#{$name}-active,
|
116
116
|
.bwt-md-#{$name}-plus + .bwt-md-#{$name}-plus {
|
117
|
-
border-top-width:
|
117
|
+
border-top-width: $value;
|
118
118
|
}
|
119
119
|
|
120
120
|
.bwl-md-#{$name},
|
@@ -167,7 +167,7 @@
|
|
167
167
|
.active .bwv-lg-#{$name}-active,
|
168
168
|
.active .bwa-lg-#{$name}-active,
|
169
169
|
.bwt-lg-#{$name}-plus + .bwt-lg-#{$name}-plus {
|
170
|
-
border-top-width:
|
170
|
+
border-top-width: $value;
|
171
171
|
}
|
172
172
|
|
173
173
|
.bwl-lg-#{$name},
|
data/lib/helio/version.rb
CHANGED