woo 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/woo/partials/_main.scss +0 -28
- data/lib/woo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b20fe50b49b40aced166c56f4bff6f79cf73c06b
|
4
|
+
data.tar.gz: 7d13207f329cdd3bfed406d3ff767d021d8ff229
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc465ad8fc0de1c040ac3a1679b44e22e37820baeeb1ab4d892ac227011c5b82cd12b5fecbe130b40ddc87fb183f3fea9885113f862fcf22941b8b7644fea1c8
|
7
|
+
data.tar.gz: d98e05cf1b5646837e0435e3f9b45ee7925e1de7dddf09f7eb0bb82b467f22681c5c1164b7552735c4791745b92eb0692584691326bf424110247da7f358c556
|
@@ -171,34 +171,6 @@ body {
|
|
171
171
|
}
|
172
172
|
|
173
173
|
|
174
|
-
//
|
175
|
-
// COLORS
|
176
|
-
// ******************************************************************
|
177
|
-
|
178
|
-
.colors {
|
179
|
-
// @include block-grid(1);
|
180
|
-
li {
|
181
|
-
// base colors
|
182
|
-
&.green { @include color-block($green); }
|
183
|
-
&.grey { @include color-block($grey); }
|
184
|
-
&.dark-grey { @include color-block($dark-grey); }
|
185
|
-
&.off-white { @include color-block($off-white); }
|
186
|
-
&.white { @include color-block($white); }
|
187
|
-
|
188
|
-
// component colors
|
189
|
-
&.primary-color { @include color-block($primary-color); }
|
190
|
-
&.secondary-color { @include color-block($secondary-color); }
|
191
|
-
&.alert-color { @include color-block($alert-color); }
|
192
|
-
&.success-color { @include color-block($success-color); }
|
193
|
-
&.warning-color { @include color-block($warning-color); }
|
194
|
-
&.info-color { @include color-block($info-color); }
|
195
|
-
}
|
196
|
-
@media #{$small} {
|
197
|
-
// @include block-grid(3);
|
198
|
-
}
|
199
|
-
}
|
200
|
-
|
201
|
-
|
202
174
|
//
|
203
175
|
// BLOCK
|
204
176
|
// ******************************************************************
|
data/lib/woo/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: woo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin Altman
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-10-
|
12
|
+
date: 2014-10-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|