appscms-tools-theme 4.2.3 → 4.2.4

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: e39d251648fafee4415eb18ff314d1de309f19a2366d39b6c51285234313b465
4
- data.tar.gz: f13029c4daeb8edb8cfe35413ea488e98f017d3e6ddc98b485fa3428b5847fc7
3
+ metadata.gz: f44a80d371afcd8f47107bddf02286410e40cf50c6950d03635f65c7214ff1d4
4
+ data.tar.gz: ddd18d32fdc88b28281fdaddc73ce15ac20d3495b6b2b6f38ceda891a0816e13
5
5
  SHA512:
6
- metadata.gz: 7091aba66693df67eb398f0307c2595fe4ab79ddb24271e7a21ff2c85f1308a01716f9aef95944ea063aaecf63c21587858b611d57855c63a3a4652fdb41aed9
7
- data.tar.gz: f27b74f58f14e52d5368ce3a847caf7d433a2c1a539216ffe1ac9700d18c5d24db2072378987e1ed9774b429379e7dadeddb8b85f24d740166f724e38b2e8819
6
+ metadata.gz: 8b8ddccc94e15e05b90b06540d799ec75940fb0fae51c7998c5fa66ce48f424da0851d748f28f89fcef31fa0ac21aa837c9c585a33a7ff6e0b7c96621258acbe
7
+ data.tar.gz: aadc76418bae009779b981d67b44c5fa1f4256edf2df70198a83d80153cfd5f11d028a54b588aad7f93fcba71faa7b66e40a5932e40ec11bf2f1d2f852c6af88
@@ -80,7 +80,7 @@
80
80
  <div id="Inputbox" class="boxes" style="background: {{boxColor}};">
81
81
  <img height="21px" width="21px" src="/assets/images/add.svg" alt="add" {%- if site.crossorigin -%}
82
82
  crossorigin {%- endif -%} />
83
- <span class="ml-3">CHOOSE FILE</span>
83
+ <span class="ml-3 file-text">CHOOSE FILE</span>
84
84
  </div>
85
85
  <div class="file-pick-dropdown" style="background:{{boxColor}}">
86
86
  <i class="fas fa-angle-down arrow-sign"></i>
@@ -63,7 +63,7 @@ layout: feature
63
63
  endif
64
64
  -%}
65
65
  />
66
- <span class="ml-3">CHOOSE FILE</span>
66
+ <span class="ml-3 file-text">CHOOSE FILE</span>
67
67
  </div>
68
68
  <div
69
69
  class="file-pick-dropdown"
@@ -178,7 +178,7 @@ layout: feature
178
178
  endif
179
179
  -%}
180
180
  />
181
- <span class="ml-1">CHOOSE FILE</span>
181
+ <span class="ml-1 file-text">CHOOSE FILE</span>
182
182
  </div>
183
183
  <div class="file-pick-dropdown">
184
184
  <i class="fas fa-angle-down arrow-sign"></i>
data/assets/css/tools.css CHANGED
@@ -146,13 +146,13 @@ a:hover {
146
146
  .feature-h1,
147
147
  .home-top-h1,
148
148
  .how-to-title {
149
- font-size: 16px !important;
149
+ font-size: 17px !important;
150
150
  }
151
151
 
152
152
  .feature-h2,
153
153
  .home-top-h2,
154
154
  .how-to-title {
155
- font-size: 14px !important;
155
+ font-size: 15px !important;
156
156
  }
157
157
 
158
158
  .social-count {
@@ -1842,3 +1842,7 @@ ol li::marker {
1842
1842
  margin-top: 8px;
1843
1843
  text-transform: capitalize;
1844
1844
  }
1845
+ .file-text
1846
+ {
1847
+ font-size: 17px;
1848
+ }
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: 4.2.3
4
+ version: 4.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms