active_frontend 16.0.14 → 16.0.15
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/_layout.scss +15 -9
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3c6267fcb7117c4f0050852efca763387fa8a013fb65754ecba9619707d2e4b
|
4
|
+
data.tar.gz: 429e6dc1c828840661065ecd144e7addd650b13920e1d4bee2337d45c909efee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 425e12e2ec639c5d0879adaeb52b980057f09b0d7795f8ab636eab09c235ebc77d8dead562e970a10212ccdb6dac7e11a47f8f85072b4b36c0ed5e936fbdb12d
|
7
|
+
data.tar.gz: 9526efc4b7af5658e3cc570d2d7037b42280fe9d3313e52e7bf56e1cbe87441f99c92b24cdab3efda274a01f91c5e96d71fd8e0305daaab024a1e7cf11868492
|
@@ -58,24 +58,30 @@
|
|
58
58
|
}
|
59
59
|
}
|
60
60
|
@media only screen and (max-width: 767px) {
|
61
|
+
.layout-body,
|
62
|
+
.layout-sidebar {
|
63
|
+
height: initial;
|
64
|
+
min-height: 100%;
|
65
|
+
margin: 0;
|
66
|
+
|
67
|
+
&.with-sticky-header {
|
68
|
+
margin: 0;
|
69
|
+
min-height: 100%;
|
70
|
+
}
|
71
|
+
}
|
61
72
|
.layout-body {
|
62
73
|
&.with-sticky-header {
|
63
|
-
height:
|
64
|
-
|
74
|
+
height: initial;
|
75
|
+
padding-top: 54px;
|
65
76
|
|
66
|
-
&.with-sticky-navbar {
|
77
|
+
&.with-sticky-navbar { padding-bottom: 54px; }
|
67
78
|
}
|
68
79
|
}
|
69
80
|
.layout-sidebar {
|
70
81
|
max-width: 300px;
|
71
82
|
width: 75%;
|
72
83
|
|
73
|
-
&.with-sticky-header {
|
74
|
-
height: 100%;
|
75
|
-
margin-top: 0;
|
76
|
-
|
77
|
-
&.with-sticky-navbar { height: 100%; }
|
78
|
-
}
|
84
|
+
&.with-sticky-header { height: 100%; }
|
79
85
|
&:not(.hidden) + .layout-body { width: calc(100% - 260px); }
|
80
86
|
&.fixed + .layout-body { width: 100%; }
|
81
87
|
}
|
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.15
|
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-
|
11
|
+
date: 2018-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|