appscms-tools-theme 2.3.7 → 2.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_layouts/feature-1.html +2 -2
- data/assets/css/feature-1.css +32 -0
- 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: cc332aeb3b6f193665ffc3c2c8a552855830a081e0f7b77b687c3c23f244b232
|
|
4
|
+
data.tar.gz: 0c87332f773e8d40a631c8961c4e67034f7e7596734c9a107ba67df7a873ebca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0e30c8d7088b0543313e6141cec1b3d2fb1695507639664ade42604ef77940a1ce363a98be370a760bd94c9b686607e440b095c00f6a4370c87ac76408afa80
|
|
7
|
+
data.tar.gz: f3495350e7a875e168784b7a09b938be9bc9c962238898eb66802539f4e59f5571887a173a652c042e5c3cfc1b47337fb6746a2759497af92d7e4af552f351df
|
data/_layouts/feature-1.html
CHANGED
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
{{content}}
|
|
55
55
|
</div>
|
|
56
56
|
{%- else -%}
|
|
57
|
-
<div class="box-padding"
|
|
57
|
+
<div class="box-padding">
|
|
58
58
|
<div class="container">
|
|
59
59
|
{%- assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
60
|
-
<div class="
|
|
60
|
+
<div class="custom-box" data-color="{{boxColor}}">
|
|
61
61
|
<div style="display: none;" id="file-loader">
|
|
62
62
|
<img src="/spinner.gif" alt="">
|
|
63
63
|
<p>Please Wait ,Loading Your file </p>
|
data/assets/css/feature-1.css
CHANGED
|
@@ -185,9 +185,41 @@ canvas {
|
|
|
185
185
|
border-radius: 4px;
|
|
186
186
|
padding: 30px;
|
|
187
187
|
width: 100%;
|
|
188
|
+
text-align: left;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.options-panel .title {
|
|
192
|
+
width: 100%;
|
|
193
|
+
margin-bottom: 20px;
|
|
194
|
+
font-size: 22px;
|
|
195
|
+
line-height: 36px;
|
|
196
|
+
color: #000;
|
|
197
|
+
font-weight: 700;
|
|
198
|
+
text-align: left;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.options-panel .description {
|
|
202
|
+
width: 100%;
|
|
203
|
+
font-size: 17px;
|
|
204
|
+
color: #666;
|
|
205
|
+
font-weight: 400;
|
|
206
|
+
text-align: left;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
.options-title {
|
|
211
|
+
width: 100%;
|
|
212
|
+
font-size: 17px;
|
|
213
|
+
color: #666;
|
|
214
|
+
font-weight: 400;
|
|
215
|
+
text-align: left;
|
|
188
216
|
}
|
|
189
217
|
|
|
190
218
|
@media (max-width: 768px) {
|
|
219
|
+
.options-panel {
|
|
220
|
+
margin-top: 15px;
|
|
221
|
+
}
|
|
222
|
+
|
|
191
223
|
.boxes {
|
|
192
224
|
font-size: 14px;
|
|
193
225
|
}
|