active_frontend 12.1.19 → 12.1.20
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/_canvas.scss +8 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bbc067763b54e71493889c91733ae6bc8e6dddb4
|
4
|
+
data.tar.gz: 5fdab6630340fdc7bc0f53d72e1ee3a1701c98b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50f27cdccbae2399ad3ad60121d99f05de5803ae72f8772ed7d68d54dbd25b5d78be9170194f2a822574d74896af6bb0aab0365be0f012171901ae50e5bfffd7
|
7
|
+
data.tar.gz: 8e8d7f216ebc55e21a1f7b767b7562e1d11a749c3f4878f5410bfa8b4dce15fba96fb31ca276006e17734380dff03b9255d8bd7100ace7d5e906729b9cee7882
|
@@ -122,6 +122,14 @@
|
|
122
122
|
.canvas-section-with-header,
|
123
123
|
.canvas-section-with-header-and-footer,
|
124
124
|
.canvas-section-with-header-and-navbar { margin-top: 50px; }
|
125
|
+
.canvas-section-with-header {
|
126
|
+
max-height: calc(100% - 50px);
|
127
|
+
height: calc(100% - 50px);
|
128
|
+
}
|
129
|
+
.canvas-section-with-header-and-footer {
|
130
|
+
max-height: calc(100% - 80px);
|
131
|
+
height: calc(100% - 80px);
|
132
|
+
}
|
125
133
|
.canvas-section-with-header-and-navbar {
|
126
134
|
max-height: calc(100% - 99px);
|
127
135
|
height: calc(100% - 99px);
|