active_frontend 12.1.13 → 12.1.14

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: f74714fc37ddf23c8654663c3e85459bacf38330
4
- data.tar.gz: e9fd0ce6e4a253e9248af308ae9ab626bc2c541f
3
+ metadata.gz: 619a3b86835fcbac04c5c46b89992a43613e7b57
4
+ data.tar.gz: 1eb33cb0961b594c0cfcb63b96dde8432a115b07
5
5
  SHA512:
6
- metadata.gz: 69e2fff857d0ef9a6874bd20b57c96818b32f7766259635b6a374a12c36115ba426ecccfdcb03ebdb03b50f257a3f68322b92e38128014fad311d5ce36bef6bc
7
- data.tar.gz: cecb5d431def4f2fe61aa414505f5cafb08f89d91f739a856767301e4822f7046e2fb9f195fbf1e754b952b7d6f22457c1bee2a512ebebceda1572c16e55443e
6
+ metadata.gz: b13e6c262f6985ca17cfe960403c5178db56502a6b587ee71671eb2c2732ab446f91a1d950195735fe0fa93020d8e22f9065cfc86cc06d0176a7b44a38b65d7f
7
+ data.tar.gz: 13ca596550e12d87fff9e837d0c08a4327d1adafc56c0882c794aaff6b9fb30e49f4a9a8dac23067e7fbf82e0a54030bd8077af2e99d14048f4f757bfe1e234a
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.13"
2
+ VERSION = "12.1.14"
3
3
  end
@@ -97,14 +97,17 @@
97
97
  }
98
98
  }
99
99
  @media only screen and (max-width: 959px) {
100
- .canvas-sidebar { display: none; }
100
+ .canvas-sidebar {
101
+ max-width: 200px;
102
+ width: 200px;
103
+ }
101
104
  .canvas-content-with-sidebar {
102
- max-width: 100%;
103
- width: 100%;
105
+ max-width: calc(100% - 200px);
106
+ width: calc(100% - 200px);
104
107
  }
105
108
  .canvas-content-with-sidebar-and-toolbar {
106
- max-width: calc(100% - 55px);
107
- width: calc(100% - 55px);
109
+ max-width: calc(100% - 255px);
110
+ width: calc(100% - 255px);
108
111
  }
109
112
  }
110
113
  @media only screen and (max-width: 767px) {
@@ -156,16 +156,26 @@ $sizes: (
156
156
  /* # Clearing
157
157
  ================================================== */
158
158
  .clear,
159
+ .clear:before,
160
+ .clear:after,
159
161
  .clearfix:before,
160
- .clearfix:after,
161
162
  .row:before,
162
163
  .row-small:before,
163
164
  .row-medium:before,
164
165
  .row-large:before,
166
+ .row-responsive:before,
167
+ .row-responsive-small:before,
168
+ .row-responsive-medium:before,
169
+ .row-responsive-large:before,
165
170
  .row:after,
166
171
  .row-small:after,
167
172
  .row-medium:after,
168
- .row-large:after {
173
+ .row-large:after,
174
+ .row-responsive:after,
175
+ .row-responsive-small:after,
176
+ .row-responsive-medium:after,
177
+ .row-responsive-large:after,
178
+ .clearfix:after, {
169
179
  clear: both;
170
180
  content: '\0020';
171
181
  display: block;
@@ -174,15 +184,13 @@ $sizes: (
174
184
  visibility: hidden;
175
185
  width: 0;
176
186
  }
177
- .clear:after,
178
- .clearfix:after,
179
- .row:after,
180
- .row-small:after,
181
- .row-medium:after,
182
- .row-large:after { clear: both; }
183
187
  .clear,
184
188
  .clearfix,
185
189
  .row,
186
190
  .row-small,
187
191
  .row-medium,
188
- .row-large { zoom: 1; }
192
+ .row-large,
193
+ .row-responsive,
194
+ .row-responsive-small,
195
+ .row-responsive-medium,
196
+ .row-responsive-large { zoom: 1; }
@@ -227,62 +227,6 @@
227
227
  background: $color-light-haze;
228
228
  border-color: $color-dark-haze;
229
229
  }
230
- .header-primary {
231
- background: $color-primary;
232
- border-color: darken($color-primary, 10%);
233
- color: $color-white;
234
- }
235
- .header-primary .header-brand > a,
236
- .header-primary .header-btn-group > li,
237
- .header-primary .header-btn-group > li > a,
238
- .header-primary .header-toggle > a { color: $color-white; }
239
- .header-primary .header-btn-group-label { background: $color-black; }
240
- .header-primary .header-search,
241
- .header-primary .header-btn-group > li > a:hover,
242
- .header-primary .header-btn-group > li > a.active,
243
- .header-primary .header-btn-group > li > a:active,
244
- .header-primary .header-btn-group > li > a:focus,
245
- .header-primary .header-nav > li > a:hover,
246
- .header-primary .header-nav > li > a.active,
247
- .header-primary .header-nav > li > a:active,
248
- .header-primary .header-nav > li > a:focus,
249
- .header-primary .header-nav > li.lined.active > a,
250
- .header-primary .header-nav-alt > li > a:hover,
251
- .header-primary .header-nav-alt > li > a.active,
252
- .header-primary .header-nav-alt > li > a:active,
253
- .header-primary .header-nav-alt > li > a:focus,
254
- .header-primary .header-toolchain > li > a:hover,
255
- .header-primary .header-toolchain > li > a.active,
256
- .header-primary .header-toolchain > li > a:active,
257
- .header-primary .header-toolchain > li > a:focus,
258
- .header-primary .header-user > a:hover,
259
- .header-primary .header-user > a.active,
260
- .header-primary .header-user > a:active,
261
- .header-primary .header-user > a:focus { color: $color-black; }
262
- .header-primary .header-btn-group > li > a.active,
263
- .header-primary .header-btn-group > li > a:active,
264
- .header-primary .header-nav > li.lined > a:hover,
265
- .header-primary .header-nav > li.lined > a.active,
266
- .header-primary .header-nav > li.lined > a:active,
267
- .header-primary .header-nav > li.lined > a:focus,
268
- .header-primary .header-nav > li.lined.active > a { border-color: $color-black; }
269
- .header-primary .header-nav-alt > li.inverse > a {
270
- background: $color-white;
271
- border-color: $color-white;
272
- color: $color-black;
273
- }
274
- .header-primary .header-nav-alt > li.inverse.outline > a {
275
- background: $color-transparent;
276
- color: $color-white;
277
- }
278
- .header-primary .header-nav-alt > li.inverse > a:hover,
279
- .header-primary .header-nav-alt > li.inverse > a.active,
280
- .header-primary .header-nav-alt > li.inverse > a:active,
281
- .header-primary .header-nav-alt > li.inverse > a:focus {
282
- background: darken($color-white, 2%);
283
- border-color: darken($color-white, 2%);
284
- color: $color-black;
285
- }
286
230
 
287
231
  /* # Stripes
288
232
  ================================================== */
@@ -30,7 +30,7 @@
30
30
  }
31
31
  .loader-backdrop {
32
32
  height: 2px;
33
- background: $color-light-haze;
33
+ background: $color-transparent;
34
34
  }
35
35
  .loader-bar { background: $color-primary; }
36
36
  .loader-peg {
@@ -67,4 +67,5 @@
67
67
  /* # Colors
68
68
  ================================================== */
69
69
  .loader-dark { background: $color-black; }
70
- .loader-light { background: $color-haze; }
70
+ .loader-light { background: $color-haze; }
71
+ .loader-white { background: $color-white; }
@@ -218,7 +218,7 @@
218
218
  width: 220px;
219
219
  }
220
220
  }
221
- @media only screen and (max-width: 959px) {
221
+ @media only screen and (max-width: 767px) {
222
222
  .sidebar { display: none; }
223
223
  }
224
224
  @media
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.13
4
+ version: 12.1.14
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-11-21 00:00:00.000000000 Z
11
+ date: 2015-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails