active_frontend 14.1.6 → 14.1.7

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: df02f168f60b76b48a84b015703636bfa9e78902
4
- data.tar.gz: cf9b6f148f3fda527341dccdc4946c3bbac75997
3
+ metadata.gz: 52d370afa0461cbbfdc0161258671d869429efd7
4
+ data.tar.gz: fdafd016b229ed56fb256ec5bf0c91e7243f00f0
5
5
  SHA512:
6
- metadata.gz: ead8bc213bc8a4382adec416f57ffe76e98d15a0b0b783f9f4faa019a4ee3695ff24aa839e0cdc1b73bf98c92699ec7cf391adb92316d34406abe65bb0152f45
7
- data.tar.gz: 9f764b5ee8c47243a723a55c3cffbdb7bbd51df5c0672576490c654f6c60fbc5f8d6562fcc7a433fa63f8ceef28d061e6c4dfa9234690d1fe3b02cca6dc8e033
6
+ metadata.gz: 65d9cbfcc3b7cd5bb6913c6f9b4afc94978cca09e2bd6195b013e381a82acdc6a5489c9e3bb3f146a0b2d1c863a15079a7c9ce0f6827ab6d510a9346b01fe664
7
+ data.tar.gz: fbf7980ce60549c5ab8bd34093cb41ba480e592641201946cbf23ed2415ae9c5b59941222b5c1a974bf79eaf59fa564707bac3ed88cb2f88fa0f54b51d8b2980
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.1.6'.freeze
2
+ VERSION = '14.1.7'.freeze
3
3
  end
@@ -24,7 +24,7 @@
24
24
  padding: 0;
25
25
  position: absolute;
26
26
  top: 100%;
27
- z-index: 1050;
27
+ z-index: 1040;
28
28
 
29
29
  &.pull-center {
30
30
  left: calc(-25% - 20px);
@@ -8,12 +8,12 @@
8
8
  background: color(white);
9
9
  border-bottom: 1px solid color(dark-haze);
10
10
  box-sizing: border-box;
11
- height: 54px;
11
+ height: 55px;
12
12
  line-height: 1;
13
13
  padding: 10px 0;
14
14
 
15
15
  &.absolute,
16
- &.fixed { z-index: 1040; }
16
+ &.fixed { z-index: 1030; }
17
17
  &.absolute {
18
18
  position: absolute;
19
19
  width: inherit;
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: 14.1.6
4
+ version: 14.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez