active_frontend 1.0.3 → 1.0.4

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: 709a858871c780ecbe77d877da76bad6a35436fe
4
- data.tar.gz: 163fce19b10284a35dce80a8a57722dab0071458
3
+ metadata.gz: f198cc48ae11dc1bff638f7ecd33eacced058b4c
4
+ data.tar.gz: b5249d7d11085176fc4b087dc36a4c90487538cd
5
5
  SHA512:
6
- metadata.gz: 8c548fd71219ed459f80d5c2236299d774aac3810b456a307f94c50529adfeccedd61e18a3ff07e3c8e71f1db891213a83ad87829507eefeb319ef47ed076916
7
- data.tar.gz: 9d6e08efa85c9fc29197050c1693cb872592f29f19ff109f23b7d5eeb9fc5b76804d7e5c76c0dd9599f673b5e36f0ca38901b4245ebdad1977170a1e85d3af9d
6
+ metadata.gz: 55fb68ac6fb2396ef1cc484ae1e73892ef3ae4c0653cb7249f2d875f31f7a3273b7c6e9a7627087ceb00d5440cb0b0a216c2d605209d92ff6d19c7711f13adec
7
+ data.tar.gz: f836b290aa3e4be13ef8adf394407d1336e8804c6e97e343a21ec36fcf333824e166ee3ec4be757aad9b4d6a3b0b0233259b88a78c4b4aeb55994d2f3df795e0
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
@@ -38,7 +38,7 @@
38
38
  font-weight: 500;
39
39
  font-size: 13px;
40
40
  height: 100%;
41
- line-height: 65px;
41
+ line-height: 85px;
42
42
  margin: 0;
43
43
  width: 220px;
44
44
  text-align: center;
@@ -65,7 +65,7 @@
65
65
  .header-trunk > li > a:focus { color: rgba(15,135,226,1); }
66
66
  .header-trunk > li.header-trunk-navicon {
67
67
  font-size: 32px;
68
- line-height: 70px;
68
+ line-height: 90px;
69
69
  width: 74px;
70
70
  }
71
71
  .header-trunk > li.header-trunk-navicon a {
@@ -166,7 +166,7 @@
166
166
  font-size: 26px;
167
167
  line-height: 44px;
168
168
  }
169
- .header-user > ul.dropdown-menu { margin-right: 10px; }
169
+ .header-user > ul.dropdown-menu { margin: -8px 10px 0 0; }
170
170
  .header-toggle > a {
171
171
  color: rgba(102,117,127,1);
172
172
  float: right;
@@ -178,11 +178,13 @@
178
178
  /* # Application
179
179
  ================================================== */
180
180
  .header-app { height: 66px; }
181
- .header-app .header-brand > a { margin-top: 10px; }
181
+ .header-app .header-brand > a { margin-top: 11px; }
182
182
  .header-app .header-trunk {
183
183
  height: 65px;
184
184
  line-height: 65px;
185
185
  }
186
+ .header-app .header-trunk > li { line-height: 65px; }
187
+ .header-app .header-trunk > li.header-trunk-navicon { line-height: 70px; }
186
188
  .header-app .header-search { margin-top: 11px; }
187
189
  .header-app .header-nav { margin-top: 19px; }
188
190
  .header-app .header-user { margin-top: 13px; }
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: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez