active_frontend 12.1.32 → 12.1.33

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: 7045a3b985daac7cc2bc2acdff525505310a7dba
4
- data.tar.gz: 9b62d92d4446d26edcd24ca91a8178ea537352b6
3
+ metadata.gz: 0122b7d5c08482b09cf89e8207351d49be74771c
4
+ data.tar.gz: 9001fd739ae27db0fed376ceaed68c5807ee04d6
5
5
  SHA512:
6
- metadata.gz: 24b67b6cac314fae9b12552e6e81420a02d6576a6f394b3fe8f19f11900d6661611850c8bc0848b0838bd523ea42d34ef4db2e77b4e95927ac5b6f7745864cd2
7
- data.tar.gz: 01100ad60ef7b2db7af834b610a1b7439aae177d83272e74166ea0d73c4ecdaf4e5cd059122006273e445afd1024465df7bb5748286eee7d324c1d536098cb20
6
+ metadata.gz: 13c9e4da9be995f447b1e69885be31ba20ee60818f5ff1191b31283290162469dfbb55274400b2460a77077f5dd52014cc6a4a5ad311ab290944bd3a2fead254
7
+ data.tar.gz: af2c9f16d0f2db208a91189bffcfce07e290ff9c342aae8d79e4781e51d2073f1b8452e94d70b372cd82a8cecde639deadc2dc05be89898fea244a082dc23d85
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.32"
2
+ VERSION = "12.1.33"
3
3
  end
@@ -21,7 +21,7 @@
21
21
  top: 0;
22
22
  white-space: normal;
23
23
  width: 276px;
24
- z-index: 1030;
24
+ z-index: 1040;
25
25
  }
26
26
  .popover.top { margin-top: -10px; }
27
27
  .popover.right { margin-left: 10px; }
@@ -22,7 +22,7 @@
22
22
  text-decoration: none;
23
23
  text-transform: none;
24
24
  visibility: visible;
25
- z-index: 1030;
25
+ z-index: 1040;
26
26
  }
27
27
  .tooltip.in {
28
28
  opacity: 0.8;
@@ -42,85 +42,89 @@ $colors: (
42
42
 
43
43
  /* # Font-Face
44
44
  ================================================== */
45
- @font-face {
46
- font-family: 'Gotham Round';
47
- font-style: normal;
48
- font-weight: normal;
49
- src: url(font_path('gotham/round/gothamrnd-book.eot'));
50
- src: url(font_path('gotham/round/gothamrnd-book.eot')) format('embedded-opentype'),
51
- url(font_path('gotham/round/gothamrnd-book.woff')) format('woff'),
52
- url(font_path('gotham/round/gothamrnd-book.ttf')) format('truetype'),
53
- url(font_path('gotham/round/gothamrnd-book.svg#GothamrndBookRegular')) format('svg');
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
- @font-face {
56
- font-family: 'Gotham Round';
57
- font-style: normal;
58
- font-weight: bold;
59
- src: url(font_path('gotham/round/gothamrnd-bold.eot'));
60
- src: url(font_path('gotham/round/gothamrnd-bold.eot')) format('embedded-opentype'),
61
- url(font_path('gotham/round/gothamrnd-bold.woff')) format('woff'),
62
- url(font_path('gotham/round/gothamrnd-bold.ttf')) format('truetype'),
63
- url(font_path('gotham/round/gothamrnd-bold.svg#GothamrndBoldRegular')) format('svg');
64
- }
65
- @font-face {
66
- font-family: 'Gotham Round';
67
- font-style: normal;
68
- font-weight: 500;
69
- src: url(font_path('gotham/round/gothamrnd-medium.eot'));
70
- src: url(font_path('gotham/round/gothamrnd-medium.eot')) format('embedded-opentype'),
71
- url(font_path('gotham/round/gothamrnd-medium.woff')) format('woff'),
72
- url(font_path('gotham/round/gothamrnd-medium.ttf')) format('truetype'),
73
- url(font_path('gotham/round/gothamrnd-medium.svg#GothamrndMediumRegular')) format('svg');
74
- }
75
- @font-face {
76
- font-family: 'Gotham Round';
77
- font-style: normal;
78
- font-weight: 200;
79
- src: url(font_path('gotham/round/gothamrnd-light.eot'));
80
- src: url(font_path('gotham/round/gothamrnd-light.eot')) format('embedded-opentype'),
81
- url(font_path('gotham/round/gothamrnd-light.woff')) format('woff'),
82
- url(font_path('gotham/round/gothamrnd-light.ttf')) format('truetype'),
83
- url(font_path('gotham/round/gothamrnd-light.svg#GothamrndLightRegular')) format('svg');
84
- }
85
- @font-face {
86
- font-family: 'Gotham';
87
- font-style: normal;
88
- font-weight: normal;
89
- src: url(font_path('gotham/regular/gotham-book.eot'));
90
- src: url(font_path('gotham/regular/gotham-book.eot')) format('embedded-opentype'),
91
- url(font_path('gotham/regular/gotham-book.woff')) format('woff'),
92
- url(font_path('gotham/regular/gotham-book.ttf')) format('truetype'),
93
- url(font_path('gotham/regular/gotham-book.svg#GothamBookRegular')) format('svg');
94
- }
95
- @font-face {
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
- # Variable */
3
+ # Variables Color
4
+ # Variables Typography */
4
5
 
5
- /* # Variable
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.32
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-21 00:00:00.000000000 Z
11
+ date: 2015-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails