active_frontend 7.0.2 → 8.0.0

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.
@@ -110,6 +110,10 @@ p.small {
110
110
  font-size: 14px;
111
111
  line-height: 22px;
112
112
  }
113
+ p.mini {
114
+ font-size: 12px;
115
+ line-height: 20px;
116
+ }
113
117
  small {
114
118
  font-size: 11px;
115
119
  line-height: 17px;
@@ -150,9 +154,13 @@ strong { font-weight: 500; }
150
154
  .text-gray-dark { color: $color-gray-dark; }
151
155
  .text-gray-light { color: $color-gray-light; }
152
156
  .text-green { color: $color-green; }
157
+ .text-indigo { color: $color-indigo; }
158
+ .text-lime { color: $color-lime; }
153
159
  .text-orange { color: $color-orange; }
154
160
  .text-purple { color: $color-purple; }
161
+ .text-pink { color: $color-pink; }
155
162
  .text-red { color: $color-red; }
163
+ .text-teal { color: $color-teal; }
156
164
  .text-white { color: $color-white; }
157
165
  .text-yellow { color: $color-yellow; }
158
166
 
@@ -6,23 +6,26 @@
6
6
 
7
7
  /* # Variables
8
8
  ================================================== */
9
- $color-black-light: rgba(55,61,75,1);
10
- $color-black: rgba(35,41,55,1);
11
- $color-black-dark: rgba(30,35,47,1);
12
- $color-blue: rgba(0,102,255,1);
13
- $color-haze-light: rgba(245,248,250,1);
14
- $color-haze: rgba(235,240,243,1);
15
- $color-haze-dark: rgba(225,232,237,1);
9
+ $color-black-light: rgba(42,47,51,1);
10
+ $color-black: rgba(22,27,31,1);
11
+ $color-black-dark: rgba(2,7,11,1);
12
+ $color-blue: rgba(41,150,204,1);
13
+ $color-haze-light: rgba(250,250,250,1);
14
+ $color-haze: rgba(240,240,240,1);
15
+ $color-haze-dark: rgba(230,230,230,1);
16
16
  $color-gray-light: rgba(172,184,195,1);
17
17
  $color-gray: rgba(123,137,148,1);
18
18
  $color-gray-dark: rgba(71,82,93,1);
19
- $color-green: rgba(0,180,0,1);
20
- $color-orange: rgba(255,82,0,1);
21
- $color-pink: rgba(255,51,102,1);
22
- $color-purple: rgba(128,0,255,1);
23
- $color-red: rgba(240,35,17,1);
19
+ $color-green: rgba(36,181,36,1);
20
+ $color-indigo: rgba(84,114,204,1);
21
+ $color-lime: rgba(149,191,21,1);
22
+ $color-orange: rgba(222,139,22,1);
23
+ $color-pink: rgba(255,107,107,1);
24
+ $color-purple: rgba(128,51,204,1);
25
+ $color-red: rgba(223,51,32,1);
26
+ $color-teal: rgba(28,189,162,1);
24
27
  $color-white: rgba(255,255,255,1);
25
- $color-yellow: rgba(255,245,0,1);
28
+ $color-yellow: rgba(209,178,0,1);
26
29
 
27
30
  /* # Globals
28
31
  ================================================== */
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: 7.0.2
4
+ version: 8.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-07-17 00:00:00.000000000 Z
11
+ date: 2015-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler