appscms-tools-theme 2.7.6 → 2.7.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: eb95718f95ecc666cb3546a4abac4a3bfacb6cf569e26528dca7d488eca5adf3
4
- data.tar.gz: f92bb7ab851c341e7149cef3fa667a1198f0a9953c53740a5dcac3ca42c68f12
3
+ metadata.gz: f11c2f16eedf94d83a1df0326edccbd494115ed0cdb120a07f4ee5c80922b1bf
4
+ data.tar.gz: 23a34912478be1afe4dc48e35435956820667c67135aa6cd0f5d503da15ecee0
5
5
  SHA512:
6
- metadata.gz: 5c89896f64394da4e872237a0c55c3616fc1c947a140aefe8e90afcf68d2e6dd54a448bc8ffe616deaa00a6f8335e86ef81acfbd5dbe35af2140955d6475b47c
7
- data.tar.gz: 3cddf04d181e9181dcedd57ea473f14ae991f671a234d18591c315fdbf959b8f57047ddda3605f257c83361cdb9a4d1b953e0f3eb3e442db951a2dc24ddbb53d
6
+ metadata.gz: cab2d05ed498041faa4ef79b2c4c9b50748b9618cbdb5d43c5b867e07940c91e4722779d69f580f2fc469ae46a5d04dd3ff283b653f217fc63b484c6bd72ae55
7
+ data.tar.gz: 02b2dcd1e1a24af88d09411c406e494f6382cb71355e2ebaa2ae0b185cb64e45c75db9341b3b0739ab87989e03a981201524a96e9417978d45b4ea151418d183
@@ -13,8 +13,8 @@
13
13
  title="{{dataToShow.navbarBrandText}}">{{dataToShow.navbarBrandText}}</a>
14
14
  {% else %}
15
15
  <a id="home-link" href="/">
16
- <img class="header-logo-height" width="{{dataToShow.navbarBrandLogoWidth}}"
17
- height="{{dataToShow.navbarBrandLogoHeight}}" src="{{ dataToShow.navbarBrandLogo }}"
16
+ <img class="header-logo-height" width="{{dataToShow.navbarBrandLogoWidth | default: 40px }}"
17
+ height="{{dataToShow.navbarBrandLogoHeight | default: 40px }}" src="{{ dataToShow.navbarBrandLogo }}"
18
18
  alt="{{ dataToShow.navbarBrandLogo }}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
19
19
  </a>
20
20
  {% endif %}
@@ -37,9 +37,9 @@
37
37
  <div class="inner-dropdown">
38
38
  {%- for item in Data.megaMenu.dropdown -%}
39
39
  <div class="catPad mb-4">
40
- <li class="tools_list_categoryName">{{item.categoryName}}</li>
40
+ <div class="tools_list_categoryName">{{item.categoryName}}</div>
41
41
  {%- for item in item.links -%}
42
- <li>
42
+ <div>
43
43
  <a class="tools_list_featureName" href="{{item.url}}">
44
44
  {%- if item.iconSrc -%}
45
45
  <img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}" {%-
@@ -65,9 +65,9 @@
65
65
  <div class="inner-dropdown">
66
66
  {%- for item in dataToShow.megaMenu.dropdown -%}
67
67
  <div class="catPad mb-4">
68
- <li class="tools_list_categoryName">{{item.categoryName}}</li>
68
+ <div class="tools_list_categoryName">{{item.categoryName}}</div>
69
69
  <div> {%- for item in item.links -%}
70
- <li>
70
+ <div>
71
71
  <a class="tools_list_featureName" href="{{item.url}}">
72
72
  {%- if item.iconSrc -%}
73
73
  <img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}"
@@ -88,9 +88,9 @@
88
88
 
89
89
  <div class="navbar-nav">
90
90
  {% for item in dataToShow.navItems %}
91
- <li class="nav-item header_nav__item">
91
+ <div class="nav-item header_nav__item">
92
92
  <a href="{{item.url}}">{{item.name}}</a>
93
- </li>
93
+ </div>
94
94
  {% endfor %}
95
95
  </div>
96
96
  </div>
@@ -127,9 +127,9 @@
127
127
  <div class="inner-dropdown">
128
128
  {%- for item in Data.megaMenu.dropdown -%}
129
129
  <div class="catPad mb-4">
130
- <li class="text-muted">{{item.categoryName}}</li>
130
+ <div class="text-muted">{{item.categoryName}}</li>
131
131
  {%- for item in item.links -%}
132
- <li>
132
+ <div>
133
133
  <a href="{{item.url}}">
134
134
  {%- if item.iconSrc -%}
135
135
  <img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}" {%-
@@ -156,9 +156,9 @@
156
156
  <div class="inner-dropdown">
157
157
  {%- for item in dataToShow.megaMenu.dropdown -%}
158
158
  <div class="catPad mb-4">
159
- <li class="text-muted">{{item.categoryName}}</li>
159
+ <div class="text-muted">{{item.categoryName}}</li>
160
160
  {%- for item in item.links -%}
161
- <li>
161
+ <div>
162
162
  <a href="{{item.url}}">
163
163
  {%- if item.iconSrc -%}
164
164
  <img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}" {%-
@@ -176,7 +176,7 @@
176
176
  {%- endif -%}
177
177
  <div class="navbar-nav">
178
178
  {% for item in dataToShow.navItems %}
179
- <li class="nav-item nav__item mr-auto">
179
+ <div class="nav-item nav__item mr-auto">
180
180
  <a href="{{item.url}}">{{item.name}}</a>
181
181
  </li>
182
182
  {% endfor %}
data/assets/css/tools.css CHANGED
@@ -294,14 +294,6 @@ main {
294
294
  font-size: 22px;
295
295
  }
296
296
  }
297
- .logo-height {
298
- height: 42px;
299
- }
300
- @media (max-width: 767px) {
301
- .logo-height {
302
- height: 36px;
303
- }
304
- }
305
297
  .footer-nav-item {
306
298
  margin: -12px 0;
307
299
  padding: 0;
@@ -490,9 +482,7 @@ ul li {
490
482
  flex-direction: column;
491
483
  align-items: flex-start;
492
484
  }
493
- .footer-logo {
494
- height: 40px;
495
- }
485
+
496
486
  .footer-title {
497
487
  font-stretch: 400;
498
488
  font-weight: 400;
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.7.6
4
+ version: 2.7.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms