appscms-tools-theme 2.3.7 → 2.3.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29eb09089e336f10c2c54821e7d3e6af777f0a270281bc2b6130e38e6cd81eea
4
- data.tar.gz: 42d788db7205367b367808a5898366297b7556d12379350b4effd1cfea0271e5
3
+ metadata.gz: eee00de5480d2bceee6f03f882412d46eed2f2b510dd5eecb8fd904cf728198e
4
+ data.tar.gz: 61d01bd6233125c07fccbba0a92398ca40f1f9445f63c29f9b89cc19834dbe5b
5
5
  SHA512:
6
- metadata.gz: 4bb24749488a084b33c6549aa6a339d799502f882c0b4b3ff5b2b4605e3bc740acf0ee684a21f1c409bfdf5f551de29a7f00c01134c353554966c313999bfe8c
7
- data.tar.gz: 2425535a90fa1bee13482d562edf92f8a5a6df14b6c9399cc542abe95f03bdb20a809550c3ac7a13719f56dbef751a04014a9db56855dfe7dd2f64858cfdf793
6
+ metadata.gz: 5133d7c60b2b10f70bddf9470504e31a76aab7c716894c94e209987681f430b5c34e5287e094368058ae6cd2debe34f286b3bbced4ce9691e37a61dab65fe79d
7
+ data.tar.gz: 3168017d9dd7c8859609dfb465e343c2307bfce1516575227c80f9d06a05b7455e3dd33c5d870bbb902d27bd28a2a5736e4aff4120fa0e94e868beac25fd66de
@@ -54,10 +54,10 @@
54
54
  {{content}}
55
55
  </div>
56
56
  {%- else -%}
57
- <div class="box-padding" id="theme-content-box">
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="feature-content-box">
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>
@@ -54,7 +54,7 @@ layout: feature
54
54
  </div>
55
55
  </div>
56
56
  </div>
57
- <div class="workspace">
57
+ <div class="workspace" style="display: none;">
58
58
  <div class="row">
59
59
  <div class="col-12">
60
60
  <div class="download-wrapper mt-3">
@@ -88,6 +88,22 @@
88
88
  background: #efefef;
89
89
  }
90
90
 
91
+ #file-loader {
92
+ display: flex;
93
+ align-items: center;
94
+ flex-direction: column;
95
+ }
96
+
97
+ #file-loader img {
98
+ height: 60px;
99
+ }
100
+
101
+ #file-loader p {
102
+ text-align: center;
103
+ color: #000;
104
+ font-size: 17px;
105
+ }
106
+
91
107
  .feature1-flex-container {
92
108
  padding-top: 75px;
93
109
  padding-bottom: 60px;
@@ -98,10 +114,11 @@
98
114
  font-size: 13px;
99
115
  }
100
116
 
117
+
118
+
101
119
  /* feature css */
102
120
  canvas {
103
- height: auto !important;
104
- position: relative !important;
121
+ min-height: fit-content;
105
122
  }
106
123
 
107
124
  #canvas-panel {
@@ -185,9 +202,45 @@ canvas {
185
202
  border-radius: 4px;
186
203
  padding: 30px;
187
204
  width: 100%;
205
+ text-align: left;
206
+ }
207
+
208
+ .options-panel .title {
209
+ width: 100%;
210
+ margin-bottom: 20px;
211
+ font-size: 22px;
212
+ line-height: 36px;
213
+ color: #000;
214
+ font-weight: 700;
215
+ text-align: left;
216
+ }
217
+
218
+ .options-panel .description {
219
+ width: 100%;
220
+ font-size: 17px;
221
+ color: #666;
222
+ font-weight: 400;
223
+ text-align: left;
224
+ }
225
+
226
+
227
+ .options-title {
228
+ width: 100%;
229
+ font-size: 17px;
230
+ color: #666;
231
+ font-weight: 400;
232
+ text-align: left;
188
233
  }
189
234
 
190
235
  @media (max-width: 768px) {
236
+ .download-format {
237
+ padding: 0 15px;
238
+ }
239
+
240
+ .options-panel {
241
+ margin-top: 15px;
242
+ }
243
+
191
244
  .boxes {
192
245
  font-size: 14px;
193
246
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.7
4
+ version: 2.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-13 00:00:00.000000000 Z
11
+ date: 2022-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll