active_frontend 14.0.23 → 14.0.24

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b048b35d222795e53f2ae6ccd04b1840e254d02
4
- data.tar.gz: 5ccad3c85ea91f2fe19d5f399f84f648e78de8ba
3
+ metadata.gz: 63f6ca70f58f2a658a32bd1ff453d0fd5f5b822b
4
+ data.tar.gz: 5e363e845e3570a4113b40ad5b5998603c075107
5
5
  SHA512:
6
- metadata.gz: e7e7d2d0d1367199a79becb61682b9c76a8a4b632511cf70993e504d439b398a19acd150674496a0b795b1baf469ca554c94c323b4c517315fd46543f4535105
7
- data.tar.gz: 1564a4bece040e7ebc5954d1018d225133ca1b9a8aca913b77a9f66445583a3ec5cb5af6af6729e32597a2ab9aea8cb09e40d0a13bab3755127b39aef2bbaf3b
6
+ metadata.gz: 2ed9620098f3111af8787eacfc16267fe6c3a7dd2c653a8b612ec841d6eee7a472ef655afe9c4f138b3a06410d6b2b92ae76950b74e41edfd16e570603bff626
7
+ data.tar.gz: 29be0ad50f9bab23dd2f6f345c5c80d1eaedd8ba6d0f9f435e83925009faf68c673cdd2e5242c7835fb47de4802e024bfaf68bfb5ce03f7aa97dccbb7c5e9d81
@@ -11,7 +11,7 @@ module ActiveFrontendHelper
11
11
  light_gray: { rgba: "rgba(167,177,194,#{opacity})", hex: '#A7B1C2' },
12
12
  dark_haze: { rgba: "rgba(227,232,240,#{opacity})", hex: '#E0E5ED' },
13
13
  haze: { rgba: "rgba(240,243,249,#{opacity})", hex: '#F0F3F9' },
14
- light_haze: { rgba: "rgba(251,252,254,#{opacity})", hex: '#FAFBFD' },
14
+ light_haze: { rgba: "rgba(249,250,252,#{opacity})", hex: '#F9FAFC' },
15
15
  white: { rgba: "rgba(255,255,255,#{opacity})", hex: '#FFFFFF' },
16
16
  lime: { rgba: "rgba(148,226,84,#{opacity})", hex: '#94E254' },
17
17
  green: { rgba: "rgba(19,206,86,#{opacity})", hex: '#13CE56' },
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.23'.freeze
2
+ VERSION = '14.0.24'.freeze
3
3
  end
@@ -55,7 +55,7 @@ $colors-grayscale: (
55
55
  'light-gray': rgba(167,177,194,1),
56
56
  'dark-haze': rgba(227,232,240,1),
57
57
  'haze': rgba(240,243,249,1),
58
- 'light-haze': rgba(251,252,254,1),
58
+ 'light-haze': rgba(249,250,252,1),
59
59
  'white': rgba(255,255,255,1)
60
60
  );
61
61
  $colors-global: (
@@ -43,37 +43,22 @@ thead {
43
43
  // Styles
44
44
  // ==================================================
45
45
  .table-stripe {
46
- thead,
47
- tfoot {
48
- td,
49
- th { background: color(light-haze); }
50
- }
51
46
  tbody {
52
- tr:nth-child(even) {
47
+ tr:nth-child(odd) {
53
48
  td { background: color(light-haze); }
54
49
  }
55
50
  }
56
51
 
57
52
  &.dark {
58
- thead,
59
- tfoot {
60
- td,
61
- th { background: color(light-black); }
62
- }
63
53
  tbody {
64
- tr:nth-child(even) {
54
+ tr:nth-child(odd) {
65
55
  td { background: color(light-black); }
66
56
  }
67
57
  }
68
58
  }
69
59
  &.light {
70
- thead,
71
- tfoot {
72
- td,
73
- th { background: color(haze); }
74
- }
75
60
  tbody {
76
- tr:nth-child(even) {
61
+ tr:nth-child(odd) {
77
62
  td { background: color(haze); }
78
63
  }
79
64
  }
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.23
4
+ version: 14.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-26 00:00:00.000000000 Z
11
+ date: 2016-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails