active_frontend 12.1.32 → 12.1.33
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0122b7d5c08482b09cf89e8207351d49be74771c
|
|
4
|
+
data.tar.gz: 9001fd739ae27db0fed376ceaed68c5807ee04d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13c9e4da9be995f447b1e69885be31ba20ee60818f5ff1191b31283290162469dfbb55274400b2460a77077f5dd52014cc6a4a5ad311ab290944bd3a2fead254
|
|
7
|
+
data.tar.gz: af2c9f16d0f2db208a91189bffcfce07e290ff9c342aae8d79e4781e51d2073f1b8452e94d70b372cd82a8cecde639deadc2dc05be89898fea244a082dc23d85
|
|
@@ -42,85 +42,89 @@ $colors: (
|
|
|
42
42
|
|
|
43
43
|
/* # Font-Face
|
|
44
44
|
================================================== */
|
|
45
|
-
@
|
|
46
|
-
font-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
45
|
+
@if $typography-gotham-round {
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'Gotham Round';
|
|
48
|
+
font-style: normal;
|
|
49
|
+
font-weight: normal;
|
|
50
|
+
src: url(font_path('gotham/round/gothamrnd-book.eot'));
|
|
51
|
+
src: url(font_path('gotham/round/gothamrnd-book.eot')) format('embedded-opentype'),
|
|
52
|
+
url(font_path('gotham/round/gothamrnd-book.woff')) format('woff'),
|
|
53
|
+
url(font_path('gotham/round/gothamrnd-book.ttf')) format('truetype'),
|
|
54
|
+
url(font_path('gotham/round/gothamrnd-book.svg#GothamrndBookRegular')) format('svg');
|
|
55
|
+
}
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'Gotham Round';
|
|
58
|
+
font-style: normal;
|
|
59
|
+
font-weight: bold;
|
|
60
|
+
src: url(font_path('gotham/round/gothamrnd-bold.eot'));
|
|
61
|
+
src: url(font_path('gotham/round/gothamrnd-bold.eot')) format('embedded-opentype'),
|
|
62
|
+
url(font_path('gotham/round/gothamrnd-bold.woff')) format('woff'),
|
|
63
|
+
url(font_path('gotham/round/gothamrnd-bold.ttf')) format('truetype'),
|
|
64
|
+
url(font_path('gotham/round/gothamrnd-bold.svg#GothamrndBoldRegular')) format('svg');
|
|
65
|
+
}
|
|
66
|
+
@font-face {
|
|
67
|
+
font-family: 'Gotham Round';
|
|
68
|
+
font-style: normal;
|
|
69
|
+
font-weight: 500;
|
|
70
|
+
src: url(font_path('gotham/round/gothamrnd-medium.eot'));
|
|
71
|
+
src: url(font_path('gotham/round/gothamrnd-medium.eot')) format('embedded-opentype'),
|
|
72
|
+
url(font_path('gotham/round/gothamrnd-medium.woff')) format('woff'),
|
|
73
|
+
url(font_path('gotham/round/gothamrnd-medium.ttf')) format('truetype'),
|
|
74
|
+
url(font_path('gotham/round/gothamrnd-medium.svg#GothamrndMediumRegular')) format('svg');
|
|
75
|
+
}
|
|
76
|
+
@font-face {
|
|
77
|
+
font-family: 'Gotham Round';
|
|
78
|
+
font-style: normal;
|
|
79
|
+
font-weight: 200;
|
|
80
|
+
src: url(font_path('gotham/round/gothamrnd-light.eot'));
|
|
81
|
+
src: url(font_path('gotham/round/gothamrnd-light.eot')) format('embedded-opentype'),
|
|
82
|
+
url(font_path('gotham/round/gothamrnd-light.woff')) format('woff'),
|
|
83
|
+
url(font_path('gotham/round/gothamrnd-light.ttf')) format('truetype'),
|
|
84
|
+
url(font_path('gotham/round/gothamrnd-light.svg#GothamrndLightRegular')) format('svg');
|
|
85
|
+
}
|
|
54
86
|
}
|
|
55
|
-
@
|
|
56
|
-
font-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
font-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
font-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
font-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
font-family: 'Gotham';
|
|
97
|
-
font-style: normal;
|
|
98
|
-
font-weight: bold;
|
|
99
|
-
src: url(font_path('gotham/regular/gotham-bold.eot'));
|
|
100
|
-
src: url(font_path('gotham/regular/gotham-bold.eot')) format('embedded-opentype'),
|
|
101
|
-
url(font_path('gotham/regular/gotham-bold.woff')) format('woff'),
|
|
102
|
-
url(font_path('gotham/regular/gotham-bold.ttf')) format('truetype'),
|
|
103
|
-
url(font_path('gotham/regular/gotham-bold.svg#GothamBoldRegular')) format('svg');
|
|
104
|
-
}
|
|
105
|
-
@font-face {
|
|
106
|
-
font-family: 'Gotham';
|
|
107
|
-
font-style: normal;
|
|
108
|
-
font-weight: 500;
|
|
109
|
-
src: url(font_path('gotham/regular/gotham-medium.eot'));
|
|
110
|
-
src: url(font_path('gotham/regular/gotham-medium.eot')) format('embedded-opentype'),
|
|
111
|
-
url(font_path('gotham/regular/gotham-medium.woff')) format('woff'),
|
|
112
|
-
url(font_path('gotham/regular/gotham-medium.ttf')) format('truetype'),
|
|
113
|
-
url(font_path('gotham/regular/gotham-medium.svg#GothamMediumRegular')) format('svg');
|
|
114
|
-
}
|
|
115
|
-
@font-face {
|
|
116
|
-
font-family: 'Gotham';
|
|
117
|
-
font-style: normal;
|
|
118
|
-
font-weight: 200;
|
|
119
|
-
src: url(font_path('gotham/regular/gotham-light.eot'));
|
|
120
|
-
src: url(font_path('gotham/regular/gotham-light.eot')) format('embedded-opentype'),
|
|
121
|
-
url(font_path('gotham/regular/gotham-light.woff')) format('woff'),
|
|
122
|
-
url(font_path('gotham/regular/gotham-light.ttf')) format('truetype'),
|
|
123
|
-
url(font_path('gotham/regular/gotham-light.svg#GothamLightRegular')) format('svg');
|
|
87
|
+
@if $typography-gotham {
|
|
88
|
+
@font-face {
|
|
89
|
+
font-family: 'Gotham';
|
|
90
|
+
font-style: normal;
|
|
91
|
+
font-weight: normal;
|
|
92
|
+
src: url(font_path('gotham/regular/gotham-book.eot'));
|
|
93
|
+
src: url(font_path('gotham/regular/gotham-book.eot')) format('embedded-opentype'),
|
|
94
|
+
url(font_path('gotham/regular/gotham-book.woff')) format('woff'),
|
|
95
|
+
url(font_path('gotham/regular/gotham-book.ttf')) format('truetype'),
|
|
96
|
+
url(font_path('gotham/regular/gotham-book.svg#GothamBookRegular')) format('svg');
|
|
97
|
+
}
|
|
98
|
+
@font-face {
|
|
99
|
+
font-family: 'Gotham';
|
|
100
|
+
font-style: normal;
|
|
101
|
+
font-weight: bold;
|
|
102
|
+
src: url(font_path('gotham/regular/gotham-bold.eot'));
|
|
103
|
+
src: url(font_path('gotham/regular/gotham-bold.eot')) format('embedded-opentype'),
|
|
104
|
+
url(font_path('gotham/regular/gotham-bold.woff')) format('woff'),
|
|
105
|
+
url(font_path('gotham/regular/gotham-bold.ttf')) format('truetype'),
|
|
106
|
+
url(font_path('gotham/regular/gotham-bold.svg#GothamBoldRegular')) format('svg');
|
|
107
|
+
}
|
|
108
|
+
@font-face {
|
|
109
|
+
font-family: 'Gotham';
|
|
110
|
+
font-style: normal;
|
|
111
|
+
font-weight: 500;
|
|
112
|
+
src: url(font_path('gotham/regular/gotham-medium.eot'));
|
|
113
|
+
src: url(font_path('gotham/regular/gotham-medium.eot')) format('embedded-opentype'),
|
|
114
|
+
url(font_path('gotham/regular/gotham-medium.woff')) format('woff'),
|
|
115
|
+
url(font_path('gotham/regular/gotham-medium.ttf')) format('truetype'),
|
|
116
|
+
url(font_path('gotham/regular/gotham-medium.svg#GothamMediumRegular')) format('svg');
|
|
117
|
+
}
|
|
118
|
+
@font-face {
|
|
119
|
+
font-family: 'Gotham';
|
|
120
|
+
font-style: normal;
|
|
121
|
+
font-weight: 200;
|
|
122
|
+
src: url(font_path('gotham/regular/gotham-light.eot'));
|
|
123
|
+
src: url(font_path('gotham/regular/gotham-light.eot')) format('embedded-opentype'),
|
|
124
|
+
url(font_path('gotham/regular/gotham-light.woff')) format('woff'),
|
|
125
|
+
url(font_path('gotham/regular/gotham-light.ttf')) format('truetype'),
|
|
126
|
+
url(font_path('gotham/regular/gotham-light.svg#GothamLightRegular')) format('svg');
|
|
127
|
+
}
|
|
124
128
|
}
|
|
125
129
|
|
|
126
130
|
/* # Typography
|
|
@@ -216,7 +220,7 @@ strong { font-weight: 500; }
|
|
|
216
220
|
/* # Colors
|
|
217
221
|
================================================== */
|
|
218
222
|
@each $name, $color in $colors {
|
|
219
|
-
.text-#{$name} { color: $color; }
|
|
223
|
+
.text-#{$name} { color: $color !important; }
|
|
220
224
|
}
|
|
221
225
|
|
|
222
226
|
/* # Decorations
|
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
/* Table of Contents
|
|
2
2
|
==================================================
|
|
3
|
-
#
|
|
3
|
+
# Variables Color
|
|
4
|
+
# Variables Typography */
|
|
4
5
|
|
|
5
|
-
/* #
|
|
6
|
+
/* # Variables Color
|
|
6
7
|
================================================== */
|
|
7
8
|
$color-primary: $color-blue;
|
|
8
9
|
$color-secondary: $color-green;
|
|
9
10
|
$color-tertiary: $color-red;
|
|
11
|
+
|
|
12
|
+
/* # Variables Typography
|
|
13
|
+
================================================== */
|
|
14
|
+
$typography-gotham-round: true;
|
|
15
|
+
$typography-gotham: true;
|
|
10
16
|
$typography-base-font: 'Gotham Round';
|
|
11
17
|
$typography-heading-font: 'Gotham';
|
|
12
18
|
$typography-heading: $typography-heading-font, 'Helvetica', Helvetica, Arial, sans-serif;
|
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: 12.1.
|
|
4
|
+
version: 12.1.33
|
|
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-12-
|
|
11
|
+
date: 2015-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|