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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0b9fc2abae76b8527ab74f98feb8c8bc965b8444
4
- data.tar.gz: ab4f0af83be4f7e47f12a5e4d18f6de9d9290cf0
3
+ metadata.gz: ed882ad00e17cb0212d363b44c9cfca370c78217
4
+ data.tar.gz: ade091e97432f2eb8b504bdfa8a3f145448dd734
5
5
  SHA512:
6
- metadata.gz: 4c2f0f7f9ac4c99d6d46deb6340ee08b205d6d32666acce3ede50d9af0553735886da02a71a6b97ce8caa283ca1624c2c174af512969b40f11484001338f8b73
7
- data.tar.gz: ec5e2f2c177af96279e3b3537d36846abb92ebaaaa1bc9bc1adf0c99f4f85e5509149596d3ffb3410ae2ee362aa57081c55b2e9bdf559fabea7b2dbb4174d912
6
+ metadata.gz: dac83a826f7a762f18ca0670b3f310c07a5f5607ab2086c8672565f657b686faa7d84c12a7c22065ffb1249a0283ee0fdacb4100796dc630c52ce66a3c0085e2
7
+ data.tar.gz: a0ad7737be6f137b55e4a1a4c64beae28478726e23a530598e4e579a2a16c72bc193ff9852046cfa934e304714599e71c7f3e103510b77ee2356e93848b855dc
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.66'.freeze
2
+ VERSION = '14.0.67'.freeze
3
3
  end
@@ -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.66
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-01-31 00:00:00.000000000 Z
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.8
325
+ rubygems_version: 2.6.10
326
326
  signing_key:
327
327
  specification_version: 4
328
328
  summary: ActiveFrontend Responsive Web Framework