active_frontend 16.0.12 → 16.0.13

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
  SHA256:
3
- metadata.gz: 842bd50343423e33c30c204988c52adc0e38bf3362a1a61690de3dadd1f8380d
4
- data.tar.gz: adb6032438de57363307f17abc297a9aa0a2780dc68680c4eba17d842389d0da
3
+ metadata.gz: adaf6e5024a4985413a2d50a9762fc882ae1abcb70e36070e1cbd347b1cb9bf2
4
+ data.tar.gz: 5072b5b9d150d174afc800ab6add8ea9b6e442aa4a842c1f75f5d9fb02ad3d9f
5
5
  SHA512:
6
- metadata.gz: 1453fb67254e78ec82c53ea121fb499818a5819d94ef8a22b17d66220f8c9302580f7a95e3b0107575ff2eb3f45d2c1622e723b2b24065d87e2520a7e0a9c2af
7
- data.tar.gz: e2b391b738afdee5822a5bfa06b63885434572d6f965936a3b43e82b0284ef6e828bba6b1b4039c50d45880ff8f851bd5e7f495c033a23edb30b508a90e278f3
6
+ metadata.gz: db3114771948d745b885961ae2367ff55cb19feb7517ce6f974289315da83e986c92eb38f634a983ddf29386bdcfc7f4cb8087d19e218e8e550cb41376a11a52
7
+ data.tar.gz: 98811809907e3fd05957f14eea49c28f376cf68cec18761a5f19333d5ef1beeaebfd30804b523743fc1aa225b58a17bda4cfb4a38429dae7d3c55911d53567b4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '16.0.12'
4
+ VERSION ||= '16.0.13'
5
5
  end
@@ -17,11 +17,16 @@
17
17
  width: 100%;
18
18
 
19
19
  &.dark {
20
+ .sidebar-subtitle {
21
+ background: color(light-slate);
22
+ color: color(white);
23
+ }
20
24
  .sidebar-nav {
21
25
  > ul { background: color(light-slate); }
22
26
  }
23
27
  }
24
28
  &.light {
29
+ .sidebar-subtitle { background: color(haze); }
25
30
  .sidebar-nav {
26
31
  > ul { background: color(white); }
27
32
  }
@@ -37,20 +42,23 @@
37
42
  padding: 30px 0;
38
43
  text-align: center;
39
44
  }
40
- .sidebar-body { padding: 0 15px; }
45
+ .sidebar-body,
46
+ .sidebar-subtitle { padding: 0 15px; }
47
+ .sidebar-subtitle {
48
+ background: color(light-haze);
49
+ border-bottom: 1px solid;
50
+ border-bottom-color: inherit;
51
+ font-size: text-size(xs);
52
+ font-weight: text-weight(semibold);
53
+ }
41
54
  .sidebar-nav {
42
55
  > a {
43
56
  border-bottom-style: solid;
44
57
  border-bottom-width: 1px;
45
58
  box-sizing: border-box;
46
59
  display: block;
47
- padding: 20px;
60
+ padding: 20px 15px;
48
61
  width: 100%;
49
-
50
- &:first-child {
51
- border-top-style: solid;
52
- border-top-width: 1px;
53
- }
54
62
  }
55
63
  > ul {
56
64
  background: color(light-haze);
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: 16.0.12
4
+ version: 16.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-08 00:00:00.000000000 Z
11
+ date: 2018-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -824,7 +824,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
824
824
  version: '0'
825
825
  requirements: []
826
826
  rubyforge_project:
827
- rubygems_version: 2.7.4
827
+ rubygems_version: 2.7.6
828
828
  signing_key:
829
829
  specification_version: 4
830
830
  summary: ActiveFrontend Responsive Web Framework