active_frontend 12.1.16 → 12.1.17

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: 82c1dd3166911968b9c17e332576af46530f2700
4
- data.tar.gz: fed1479788ea0813f2cc8736daddb4c3d18d50fc
3
+ metadata.gz: d337ceafe9e9f0d855a90f4b03cef2808e2be790
4
+ data.tar.gz: 0c5401dee34344c2d55ae6e4a3063516d3cdb619
5
5
  SHA512:
6
- metadata.gz: d5c46ba60a50c682a7a77c6939b98c4a6b51ec1dfe71863ba9921ae1fb3734cb94ffd456570b034f5a270dc5502ee594188ff46b60b013356017c7709793bd81
7
- data.tar.gz: fd3a3cfc807db1816cb9d6c651d442fba192ef1667dfe9b9ae80f0818fdbdfff7881c5c82fd7320b0f1d3f8f1b7c215fa33b0168a152060a7a94721c2ba4a3c5
6
+ metadata.gz: a308750ed4ca3593f81503f79a878fa649a2fe0ee5d5299305b57fbf9f7bff936c5aae33a5c1900f28559e39b183b54a9478b5b9a745a968081b22120b82a459
7
+ data.tar.gz: 77d4cc64ed72f0107eeffaa5fea11eafdece1f35309f604673fefb4935736786aa22ecae918e0c10c30f6b89ec16fd62c01252406b6a17fdf1f522d7dd17dda6
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.16"
2
+ VERSION = "12.1.17"
3
3
  end
@@ -123,11 +123,11 @@
123
123
  .canvas-section-with-header-and-footer,
124
124
  .canvas-section-with-header-and-navbar { margin-top: 50px; }
125
125
  .canvas-section-with-header-and-navbar {
126
- max-height: calc(100% - 100px);
127
- height: calc(100% - 100px);
126
+ max-height: calc(100% - 99px);
127
+ height: calc(100% - 99px);
128
128
  }
129
129
  .canvas-section-with-navbar {
130
- max-height: calc(100% - 50px);
131
- height: calc(100% - 50px);
130
+ max-height: calc(100% - 49px);
131
+ height: calc(100% - 49px);
132
132
  }
133
133
  }
@@ -275,7 +275,7 @@
275
275
  }
276
276
  .header-brand { margin-top: 8px; }
277
277
  .header-brand > a { font-size: 30px; }
278
- .header-brand > a > img { padding-top: 8px; }
278
+ .header-brand > a > img { padding-top: 5px; }
279
279
  .header-toggle { display: block; }
280
280
  }
281
281
  @media
@@ -13,7 +13,7 @@
13
13
  border-top: 1px solid $color-haze;
14
14
  color: $color-black;
15
15
  display: table;
16
- height: 50px;
16
+ height: 49px;
17
17
  line-height: 1;
18
18
  table-layout: fixed;
19
19
  width: 100%;
@@ -38,6 +38,10 @@
38
38
  .navbar > a.filled.active,
39
39
  .navbar > a.filled:active,
40
40
  .navbar > a.filled:focus { background: darken($color-primary, 5%); }
41
+ .navbar > a > i {
42
+ display: inline-block;
43
+ margin-top: 2px;
44
+ }
41
45
 
42
46
  /* # Styles
43
47
  ================================================== */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.1.16
4
+ version: 12.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez