active_frontend 12.1.10 → 12.1.11

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: 046b1281cda166e9b0fd4af572d6b6faec1f0ebc
4
- data.tar.gz: 64994f29e631caad110d035659fbf81191496e69
3
+ metadata.gz: 658b7ba56b1511c0198915b232c12bbcead6a05f
4
+ data.tar.gz: dd9a2a4d2748739eeb63945637b50a79316e2c62
5
5
  SHA512:
6
- metadata.gz: b299c58b01ed0f2623149a345edb5d27c0a5d7af395eae879bb03def1006056abe31c48d276f3abc6f7cb615907bcbb49fafcb89e15e8127185199f3f6074fd2
7
- data.tar.gz: 26c8b2767543b24efe992c4c0320aa2dde6ac72bf030d21c6e8f5c2d7fc6ac986e3481ce9d8a5293c36ac9a9d32187a209d139b2e34430e3f9ac13c390f31ede
6
+ metadata.gz: ce0a65ad8f48c030a4a9628ae3c85fca27ed903136c173f4c3a141bf1ee1e28321ab30f6673b76a74e25d57d51a2953262b8bc44f9d3b9c48b45e2c5877add0b
7
+ data.tar.gz: 20a6f0faaac8be78e5edc4126926797c6fc64118cb1468c06fc9488adb783a8256b2d18cf99f1f874ffed9f4d86b3590cf3a5cc45eafb3e7d31415113db8b033
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.10"
2
+ VERSION = "12.1.11"
3
3
  end
@@ -1,6 +1,7 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
3
  # Navbar
4
+ # Styles
4
5
  # Colors
5
6
  # Media Queries */
6
7
 
@@ -11,25 +12,18 @@
11
12
  border-collapse: separate;
12
13
  border-top: 1px solid $color-haze;
13
14
  color: $color-black;
14
- box-sizing: border-box;
15
15
  display: table;
16
16
  height: 50px;
17
+ line-height: 1;
17
18
  table-layout: fixed;
18
19
  width: 100%;
19
20
  }
20
- .navbar-fixed {
21
- bottom: 0;
22
- left: 0;
23
- position: fixed;
24
- right: 0;
25
- z-index: 1030;
26
- }
27
21
  .navbar > a {
28
22
  display: table-cell;
29
23
  float: none;
30
24
  font-size: 27px;
31
- padding-top: 10px;
32
25
  text-align: center;
26
+ vertical-align: middle;
33
27
  width: 1%;
34
28
  }
35
29
  .navbar > a:hover,
@@ -45,6 +39,16 @@
45
39
  .navbar > a.filled:active,
46
40
  .navbar > a.filled:focus { background: darken($color-primary, 5%); }
47
41
 
42
+ /* # Styles
43
+ ================================================== */
44
+ .navbar-fixed {
45
+ bottom: 0;
46
+ position: fixed;
47
+ min-width: inherit;
48
+ width: inherit;
49
+ z-index: 1030;
50
+ }
51
+
48
52
  /* # Colors
49
53
  ================================================== */
50
54
  .navbar-dark {
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.10
4
+ version: 12.1.11
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-20 00:00:00.000000000 Z
11
+ date: 2015-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails