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 +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/components/_sidebar.scss +15 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: adaf6e5024a4985413a2d50a9762fc882ae1abcb70e36070e1cbd347b1cb9bf2
|
4
|
+
data.tar.gz: 5072b5b9d150d174afc800ab6add8ea9b6e442aa4a842c1f75f5d9fb02ad3d9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db3114771948d745b885961ae2367ff55cb19feb7517ce6f974289315da83e986c92eb38f634a983ddf29386bdcfc7f4cb8087d19e218e8e550cb41376a11a52
|
7
|
+
data.tar.gz: 98811809907e3fd05957f14eea49c28f376cf68cec18761a5f19333d5ef1beeaebfd30804b523743fc1aa225b58a17bda4cfb4a38429dae7d3c55911d53567b4
|
@@ -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
|
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.
|
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-
|
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.
|
827
|
+
rubygems_version: 2.7.6
|
828
828
|
signing_key:
|
829
829
|
specification_version: 4
|
830
830
|
summary: ActiveFrontend Responsive Web Framework
|