active_frontend 14.0.66 → 14.0.67
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/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/blocks/_table.scss +9 -0
- 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: ed882ad00e17cb0212d363b44c9cfca370c78217
|
4
|
+
data.tar.gz: ade091e97432f2eb8b504bdfa8a3f145448dd734
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dac83a826f7a762f18ca0670b3f310c07a5f5607ab2086c8672565f657b686faa7d84c12a7c22065ffb1249a0283ee0fdacb4100796dc630c52ce66a3c0085e2
|
7
|
+
data.tar.gz: a0ad7737be6f137b55e4a1a4c64beae28478726e23a530598e4e579a2a16c72bc193ff9852046cfa934e304714599e71c7f3e103510b77ee2356e93848b855dc
|
@@ -4,6 +4,7 @@
|
|
4
4
|
// Table
|
5
5
|
// Styles
|
6
6
|
// Decorations
|
7
|
+
// Colors
|
7
8
|
// Alignments
|
8
9
|
// Media Queries
|
9
10
|
|
@@ -154,6 +155,14 @@ thead {
|
|
154
155
|
}
|
155
156
|
}
|
156
157
|
|
158
|
+
// Colors
|
159
|
+
// ==================================================
|
160
|
+
@each $name, $color in $colors {
|
161
|
+
.table-row-color-#{$name} {
|
162
|
+
> td { color: color($color); }
|
163
|
+
}
|
164
|
+
}
|
165
|
+
|
157
166
|
// Alignments
|
158
167
|
// ==================================================
|
159
168
|
@each $name in bottom, middle, top {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_frontend
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 14.0.
|
4
|
+
version: 14.0.67
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -322,7 +322,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
322
322
|
version: '0'
|
323
323
|
requirements: []
|
324
324
|
rubyforge_project:
|
325
|
-
rubygems_version: 2.6.
|
325
|
+
rubygems_version: 2.6.10
|
326
326
|
signing_key:
|
327
327
|
specification_version: 4
|
328
328
|
summary: ActiveFrontend Responsive Web Framework
|