active_frontend 14.2.1 → 14.2.2

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: 76994a00c979771dfcd76ef5722d0bf9c3fb0602
4
- data.tar.gz: ad6adecda07d03046b2feabc138798c43c451490
3
+ metadata.gz: f01ff176af31bc7617d6e9bf5fc9c4e03526e235
4
+ data.tar.gz: 0f81aefaa9a5bea8c9ca84128cdf19ed7647d3c7
5
5
  SHA512:
6
- metadata.gz: f4127dee83523988e34580a8f0051de63da8e44647c553ab5c362978a9c0465ce54834c92c4c3b2fa280082133910ecc0577521825457b2210a3536213804bae
7
- data.tar.gz: 41494e63a88bc1ac5a7486a929fd86c251a62b123803425b57a7271821f8fbc766431f32b1ee23a97fdcddbcc0ce0155ba644242385a939fdacadeb1471a9fcf
6
+ metadata.gz: b60d48a7fe9e3673005e0a19cf27c8ad5266d47723d9f2d083252fc47e634d8954e873cf21f31983e56acddb315e85aba9104bbed314c8bce13d44027f0688aa
7
+ data.tar.gz: 268eca05ebb4cae0fe20f883146d59c79b17a1bf4dff546f58986e8996ede0454c5a0ab840672148b4e7b22984159ceac1b80124afc54065d5cd5e4255b20b77
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.2.1'.freeze
2
+ VERSION = '14.2.2'.freeze
3
3
  end
@@ -39,11 +39,15 @@
39
39
  }
40
40
  .header-brand {
41
41
  font-size: 35px;
42
+ margin-top: -2px;
42
43
 
44
+ img,
45
+ svg {
46
+ display: inline-block;
47
+ height: 44px;
48
+ }
43
49
  img {
44
50
  border-radius: border-radius(n);
45
- display: inline-block;
46
- height: 40px;
47
51
  margin: 0 auto;
48
52
  }
49
53
 
@@ -131,14 +135,15 @@
131
135
  .header-brand {
132
136
  font-size: 26px;
133
137
 
134
- img { height: 26px; }
138
+ img,
139
+ svg { height: 26px; }
135
140
  }
136
141
  .header-brand-label { margin-top: 3px; }
137
142
  .header-nav {
138
- margin-top: 4px;
143
+ margin-top: 3px;
139
144
 
140
145
  > li {
141
- &.header-nav-icon { font-size: 26px; }
146
+ &.header-nav-icon { font-size: 30px; }
142
147
  }
143
148
  }
144
149
  }
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: 14.2.1
4
+ version: 14.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-09-17 00:00:00.000000000 Z
11
+ date: 2017-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails