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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29eb09089e336f10c2c54821e7d3e6af777f0a270281bc2b6130e38e6cd81eea
4
- data.tar.gz: 42d788db7205367b367808a5898366297b7556d12379350b4effd1cfea0271e5
3
+ metadata.gz: cc332aeb3b6f193665ffc3c2c8a552855830a081e0f7b77b687c3c23f244b232
4
+ data.tar.gz: 0c87332f773e8d40a631c8961c4e67034f7e7596734c9a107ba67df7a873ebca
5
5
  SHA512:
6
- metadata.gz: 4bb24749488a084b33c6549aa6a339d799502f882c0b4b3ff5b2b4605e3bc740acf0ee684a21f1c409bfdf5f551de29a7f00c01134c353554966c313999bfe8c
7
- data.tar.gz: 2425535a90fa1bee13482d562edf92f8a5a6df14b6c9399cc542abe95f03bdb20a809550c3ac7a13719f56dbef751a04014a9db56855dfe7dd2f64858cfdf793
6
+ metadata.gz: b0e30c8d7088b0543313e6141cec1b3d2fb1695507639664ade42604ef77940a1ce363a98be370a760bd94c9b686607e440b095c00f6a4370c87ac76408afa80
7
+ data.tar.gz: f3495350e7a875e168784b7a09b938be9bc9c962238898eb66802539f4e59f5571887a173a652c042e5c3cfc1b47337fb6746a2759497af92d7e4af552f351df
@@ -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>
@@ -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
  }
metadata CHANGED
@@ -1,7 +1,7 @@
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.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms