appscms-tools-theme 2.7.6 → 2.7.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/_includes/header/index.html +11 -11
- data/assets/css/tools.css +1 -11
- 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: '09371c3480965704e1a499256c0453b1c0a3eb3b4916c22e134a3079e4ad5ae1'
|
|
4
|
+
data.tar.gz: 6e7fa8a58614a5c7aab70b0bf19302564b546c63e2a32e21caf176b8273228a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: deb77733d394cfc0580321ffb8fdbc15fe805658420407b62ff0b97d1a38f04031c51b3fe631fd2d32db0ed924497840b1d4543e25df7e2ef3b94125a4412610
|
|
7
|
+
data.tar.gz: 3a5dc0a9119d5d4c4e157c0f12d7e32db0b95ba5cc41b1e073878a890142bdc17e530d7f13b31aa8c9747fee8d710984600fcef18ac3782855db85769dd57a40
|
data/_includes/header/index.html
CHANGED
|
@@ -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
|
-
<
|
|
40
|
+
<div class="tools_list_categoryName">{{item.categoryName}}</div>
|
|
41
41
|
{%- for item in item.links -%}
|
|
42
|
-
<
|
|
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
|
-
<
|
|
68
|
+
<div class="tools_list_categoryName">{{item.categoryName}}</div>
|
|
69
69
|
<div> {%- for item in item.links -%}
|
|
70
|
-
<
|
|
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
|
-
<
|
|
91
|
+
<div class="nav-item header_nav__item">
|
|
92
92
|
<a href="{{item.url}}">{{item.name}}</a>
|
|
93
|
-
</
|
|
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
|
-
<
|
|
130
|
+
<div class="text-muted">{{item.categoryName}}</li>
|
|
131
131
|
{%- for item in item.links -%}
|
|
132
|
-
<
|
|
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
|
-
<
|
|
159
|
+
<div class="text-muted">{{item.categoryName}}</li>
|
|
160
160
|
{%- for item in item.links -%}
|
|
161
|
-
<
|
|
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
|
-
<
|
|
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
|
-
|
|
494
|
-
height: 40px;
|
|
495
|
-
}
|
|
485
|
+
|
|
496
486
|
.footer-title {
|
|
497
487
|
font-stretch: 400;
|
|
498
488
|
font-weight: 400;
|