appscms-tools-theme 5.6.1 → 5.6.2
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/_data/.DS_Store +0 -0
- data/_includes/.DS_Store +0 -0
- data/_includes/Usp/usp.html +2 -2
- data/_includes/appscms/.DS_Store +0 -0
- data/_includes/appscms/faq/faq.html +2 -1
- data/_includes/appscms/reviews/trustpilot.html +1 -1
- data/_includes/appscms/usp/usp.html +9 -5
- data/assets/.DS_Store +0 -0
- data/assets/css/appscms-theme.css +14 -0
- 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: b506b5abe94ff8a53fcfb752a704308a5e404696fdea4553c3e8e2c4d5a02a2d
|
|
4
|
+
data.tar.gz: c842c77706561613a16e479c1d9cd108a1173cb1f6cb045921e9fd213da4ed13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65db7aa3babe09ebc2851b4c007e13b24786393ba2e980cc05da85af324811594bed76bc513af73e4718f9ab023dc8c8a004b7baaf0e39b3d5b663357df1291e
|
|
7
|
+
data.tar.gz: f7cfc686de72f1402d8f6c74bdf1efa70af9bb4bcf5c2cf96fb84f192a859541698b26836d9559181eaa01ca8410ff1d5643cb7e1704cd5dc0c97902c4e78f24
|
data/_data/.DS_Store
CHANGED
|
Binary file
|
data/_includes/.DS_Store
CHANGED
|
Binary file
|
data/_includes/Usp/usp.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{%- if site.showusps -%}
|
|
6
6
|
<section class="usp-section">
|
|
7
7
|
<div class="container">
|
|
8
|
-
{%- if site.
|
|
8
|
+
{%- if site.clientid -%}
|
|
9
9
|
|
|
10
10
|
<div class="row">
|
|
11
11
|
<div class="col-md-9 mx-auto">
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
{%- endfor -%}
|
|
86
86
|
</tbody>
|
|
87
87
|
</table>
|
|
88
|
-
{%- if site.
|
|
88
|
+
{%- if site.clientid -%}
|
|
89
89
|
|
|
90
90
|
</div>
|
|
91
91
|
</div>
|
data/_includes/appscms/.DS_Store
CHANGED
|
Binary file
|
|
@@ -7,6 +7,7 @@ assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if showFaqs == true
|
|
|
7
7
|
-%}
|
|
8
8
|
{%- if pageData.FAQ.size>0 -%}
|
|
9
9
|
{%- if site.clientid -%}
|
|
10
|
+
<div class="container">
|
|
10
11
|
<div class="row">
|
|
11
12
|
<div class="col-xl-8 col-md-7 col-sm-7 mx-auto">
|
|
12
13
|
{%- endif -%}
|
|
@@ -49,6 +50,6 @@ assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if showFaqs == true
|
|
|
49
50
|
</div>
|
|
50
51
|
</div>
|
|
51
52
|
{%- if site.clientId -%}
|
|
52
|
-
</div></div>
|
|
53
|
+
</div></div></div>
|
|
53
54
|
{%- endif -%}
|
|
54
55
|
{%- endif -%} {%- endif -%}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
<div class="container">
|
|
2
|
+
|
|
3
|
+
|
|
1
4
|
{% assign file = page.fileName %}
|
|
2
5
|
{% assign lang = page.lang %}
|
|
3
6
|
{% assign folder = page.folderName %}
|
|
@@ -5,12 +8,12 @@
|
|
|
5
8
|
{%- if site.showusps -%}
|
|
6
9
|
{%- if site.clientId -%}
|
|
7
10
|
<div class="row">
|
|
8
|
-
<div class="col-
|
|
11
|
+
<div class="col-lg-8 mx-auto">
|
|
9
12
|
{%- endif -%}
|
|
10
13
|
<section class="usp-section">
|
|
11
14
|
<div class="container">
|
|
12
15
|
<div class="row">
|
|
13
|
-
<div class="col-
|
|
16
|
+
<div class="col-lg-12 mx-auto">
|
|
14
17
|
<h4 class="related_post_heading my-4">Our USPs</h4>
|
|
15
18
|
<table class="table table-bordered table-striped table-light ">
|
|
16
19
|
<tbody>
|
|
@@ -73,11 +76,11 @@
|
|
|
73
76
|
{%- if uspData -%}
|
|
74
77
|
{%- if site.clientId -%}
|
|
75
78
|
<div class="row">
|
|
76
|
-
<div class="col-
|
|
79
|
+
<div class="col-lg-8 mx-auto">
|
|
77
80
|
{%- endif -%}
|
|
78
81
|
<section class="usp-section">
|
|
79
82
|
<div class="container">
|
|
80
|
-
<div class="col-
|
|
83
|
+
<div class="col-lg-12 mx-auto">
|
|
81
84
|
<h4 class="related_post_heading my-4">{{uspData.USP_Heading}}</h4>
|
|
82
85
|
<table class="table table-bordered table-striped table-light ">
|
|
83
86
|
<tbody>
|
|
@@ -103,4 +106,5 @@
|
|
|
103
106
|
</div>
|
|
104
107
|
{%- endif -%}
|
|
105
108
|
{%- endif -%}
|
|
106
|
-
{%- endif -%}
|
|
109
|
+
{%- endif -%}
|
|
110
|
+
</div>
|
data/assets/.DS_Store
CHANGED
|
Binary file
|
|
@@ -477,6 +477,7 @@ body {
|
|
|
477
477
|
.appscms-product-footer {
|
|
478
478
|
background-color: white;
|
|
479
479
|
margin-top: 50px;
|
|
480
|
+
padding: 20px;
|
|
480
481
|
}
|
|
481
482
|
.appscms-footer-products {
|
|
482
483
|
opacity: 100%;
|
|
@@ -1543,6 +1544,7 @@ body {
|
|
|
1543
1544
|
width: 100%;
|
|
1544
1545
|
border-radius: 8px;
|
|
1545
1546
|
overflow: hidden;
|
|
1547
|
+
margin-bottom: 0px !important;
|
|
1546
1548
|
}
|
|
1547
1549
|
|
|
1548
1550
|
.usp-section .table th,
|
|
@@ -2588,6 +2590,7 @@ select:focus {
|
|
|
2588
2590
|
flex: 0 0 100%;
|
|
2589
2591
|
margin-right: 0;
|
|
2590
2592
|
}
|
|
2593
|
+
|
|
2591
2594
|
}
|
|
2592
2595
|
.icon_box img {
|
|
2593
2596
|
border-radius: 9px;
|
|
@@ -2924,6 +2927,7 @@ select:focus {
|
|
|
2924
2927
|
.review {
|
|
2925
2928
|
padding: 0px 50px;
|
|
2926
2929
|
}
|
|
2930
|
+
|
|
2927
2931
|
}
|
|
2928
2932
|
|
|
2929
2933
|
.reviews {
|
|
@@ -3932,3 +3936,13 @@ textarea {
|
|
|
3932
3936
|
width: 100%;
|
|
3933
3937
|
}
|
|
3934
3938
|
}
|
|
3939
|
+
|
|
3940
|
+
@media screen and (max-width: 768px) {
|
|
3941
|
+
.trustpilot-h2 {font-size: 15px;}
|
|
3942
|
+
.trustpilot-container{
|
|
3943
|
+
padding: 1rem;
|
|
3944
|
+
}
|
|
3945
|
+
.trustpilot-h2{
|
|
3946
|
+
padding: 1rem;
|
|
3947
|
+
}
|
|
3948
|
+
}
|