active_frontend 1.0.1 → 1.0.2

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: 83f61b3dddd6aae44b0bd033ff6b9c781a906c5a
4
- data.tar.gz: ac2856522482d6999e668f4f306afef6b8fb7c87
3
+ metadata.gz: c247cb427dc1b2c4260e57e0a3b35a644bc865dd
4
+ data.tar.gz: 82f3cbd7136db6fa1c03e2e6b9d40bd536252220
5
5
  SHA512:
6
- metadata.gz: 1d9c53c88d570c34483bf423feeb44c52f2e01077fd88cd33af51d51e9a4b005707ecd84855f4dddc736de0c1681c7fc3707f248ddffeca4cda003d7a6e56568
7
- data.tar.gz: fc6f360d3b0c52cdf3f26eeaf0390409960524ee8c241cb7f80939e7f805346b00d91415aeb1316e5252abd5637afe29a47911ce5f441186822a402f000491cb
6
+ metadata.gz: 8cfeba05421e31f3148c84117a7d5458b40e41be88121869117c0acce55d59ad7196d5b6306ec84eb878654b9e5547f96dba8aabada0a5396f1bf3c2eb7536ca
7
+ data.tar.gz: 18d4c9d9b1f918dcf564d2a2e08871d813441d6718a6f860a339b197ef96e4475d91e73c49cf0d07e24fdd239a7e974a895dbafa4478c1ce7f6f4a4ec8ee7d74
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -54,8 +54,8 @@
54
54
  overflow: hidden;
55
55
  padding: 0 15px;
56
56
  text-decoration: none;
57
- text-transform: uppercase;
58
- text-overflow: ellipsis;
57
+ text-transform: uppercase;
58
+ text-overflow: ellipsis;
59
59
  white-space: nowrap;
60
60
  width: 190px;
61
61
  }
@@ -63,6 +63,15 @@
63
63
  .header-trunk > li > a.active,
64
64
  .header-trunk > li > a:hover,
65
65
  .header-trunk > li > a:focus { color: rgba(15,135,226,1); }
66
+ .header-trunk > li.header-trunk-navicon {
67
+ font-size: 32px;
68
+ line-height: 70px;
69
+ width: 74px;
70
+ }
71
+ .header-trunk > li.header-trunk-navicon a {
72
+ padding: 0 10px;
73
+ width: 54px;
74
+ }
66
75
  .header-trunk > li > ul.dropdown-menu {
67
76
  background: rgba(56,67,81,1);
68
77
  border-top-right-radius: 0;
@@ -82,6 +91,8 @@
82
91
  .header-trunk > li > ul.dropdown-menu > li > a.active,
83
92
  .header-trunk > li > ul.dropdown-menu > li > a:hover,
84
93
  .header-trunk > li > ul.dropdown-menu > li > a:focus { color: rgba(15,135,226,1); }
94
+ .header-trunk > li .badge,
95
+ .header-trunk > li .label { margin: -8px 0 -6px 0; }
85
96
  .header-search {
86
97
  float: left;
87
98
  margin: 22px 0 0 30px;
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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez