appscms-tools-theme 2.5.5 → 2.5.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/feature-1.html +1 -1
- data/assets/css/common.css +2 -1
- data/assets/css/feature-1.css +2 -1
- data/assets/js/theme.js +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7bf604497b55c50d30ca5543af407d56859fc80b314611b1f893daf2ad62fce
|
4
|
+
data.tar.gz: ec27a976128f38a288479af257bb62d1428def2dd4ba9d599a570941216b4c30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d93842b5bebcc786e8a4fa5ce27e040a1ca886398c6796afb48dd6e48be88edf757bdc9bc6edb322df6e2b164ff4622c2cd84eacb01e950552aed4a1ff5327ac
|
7
|
+
data.tar.gz: 3cf2e14ed523a474321d6f86c7057d099a7febfa0e5b0d933831c91bd338a2b817164840e81c49739cc839f035085f5c29b9c60e0127613b01eb857d7bfbdf7a
|
data/_layouts/feature-1.html
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
{% include header/index.html %}
|
11
11
|
|
12
12
|
<div class="flex-container feature1-flex-container">
|
13
|
-
<div class="flex-class">
|
13
|
+
<div class="flex-class py-4 mt-4 mt-md-0">
|
14
14
|
<div id="h1-img-wrapper" class="d-flex justify-content-center align-items-center">
|
15
15
|
{%- assign featureh1 = featureData.H1 | replace: "$variable", page.value -%}
|
16
16
|
<h1 class="feature1-h1">{%- for word in featureh1-%}
|
data/assets/css/common.css
CHANGED
data/assets/css/feature-1.css
CHANGED
@@ -106,7 +106,7 @@
|
|
106
106
|
|
107
107
|
.feature1-flex-container {
|
108
108
|
padding-top: 75px;
|
109
|
-
padding-bottom:
|
109
|
+
padding-bottom: 20px;
|
110
110
|
}
|
111
111
|
|
112
112
|
#filepicker,
|
@@ -204,6 +204,7 @@ canvas {
|
|
204
204
|
padding: 30px;
|
205
205
|
width: 100%;
|
206
206
|
text-align: left;
|
207
|
+
height: 100%;
|
207
208
|
}
|
208
209
|
|
209
210
|
.options-panel .title {
|
data/assets/js/theme.js
CHANGED
@@ -21,7 +21,7 @@ if (layout == "feature-1") {
|
|
21
21
|
document.querySelector('.feature1-h1').style.width = '100%'
|
22
22
|
document.querySelector('.feature1-h2').style.display = 'none'
|
23
23
|
console.log(document.querySelector(".feature1-flex-container"));
|
24
|
-
document.querySelector(".feature1-flex-container").style.paddingTop = "
|
24
|
+
document.querySelector(".feature1-flex-container").style.paddingTop = "0rem"
|
25
25
|
document.querySelector(".feature1-flex-container").style.paddingBottom = "0rem"
|
26
26
|
}
|
27
27
|
} else {
|