appscms-tools-theme 5.4.9 → 5.5.0
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/.DS_Store +0 -0
- data/_includes/adsense/sidebar-ads.html +18 -11
- data/_includes/appscms/.DS_Store +0 -0
- data/_includes/appscms/customblog/pageRelatedPosts.html +4 -4
- data/_includes/appscms/extras/ratings.html +1 -1
- data/_includes/appscms/faq/faq.html +7 -1
- data/_includes/appscms/featurehighlight/featurehighlight.html +10 -1
- data/_includes/appscms/footer/footer.html +6 -1
- data/_includes/appscms/footer/products.html +8 -3
- data/_includes/appscms/footer/static-footer.html +18 -1
- data/_includes/appscms/howto/howto.html +4 -4
- data/_includes/appscms/infographics/infographics.html +13 -0
- data/_includes/appscms/usp/usp.html +15 -0
- data/_includes/infographics/infographics.html +7 -2
- data/_includes/internationalization-section.html +6 -1
- data/_layouts/aboutUs.html +282 -136
- data/_layouts/appscms-about.html +413 -137
- data/_layouts/appscms-contact.html +1 -1
- data/_layouts/appscms-disclaimer.html +18 -88
- data/_layouts/appscms-privacy-policy.html +311 -785
- data/_layouts/appscms-terms-and-conditions.html +82 -607
- data/_layouts/disclaimer.html +17 -87
- data/_layouts/feature.html +0 -2
- data/_layouts/home.html +0 -2
- data/_layouts/privacyPolicy.html +1 -1
- data/_layouts/termAndCondition.html +81 -605
- data/assets/.DS_Store +0 -0
- data/assets/css/appscms-theme.css +2 -3
- metadata +3 -3
data/assets/.DS_Store
CHANGED
|
Binary file
|
|
@@ -2804,9 +2804,7 @@ select:focus {
|
|
|
2804
2804
|
.trustpilot-container {
|
|
2805
2805
|
background-color: #eeeeee;
|
|
2806
2806
|
width: 100vw;
|
|
2807
|
-
|
|
2808
|
-
padding-top: 8rem;
|
|
2809
|
-
padding-bottom: 8rem;
|
|
2807
|
+
padding: 8rem 10rem 8rem 10rem;
|
|
2810
2808
|
}
|
|
2811
2809
|
|
|
2812
2810
|
.trustpilot-container a {
|
|
@@ -2817,6 +2815,7 @@ select:focus {
|
|
|
2817
2815
|
font-size: 24px;
|
|
2818
2816
|
text-align: center;
|
|
2819
2817
|
font-weight: bold;
|
|
2818
|
+
padding: 0rem 10rem 0rem 10rem;
|
|
2820
2819
|
}
|
|
2821
2820
|
|
|
2822
2821
|
.trustpilot-description {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appscms-tools-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- vivek-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -713,7 +713,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
713
713
|
- !ruby/object:Gem::Version
|
|
714
714
|
version: '0'
|
|
715
715
|
requirements: []
|
|
716
|
-
rubygems_version: 3.3.
|
|
716
|
+
rubygems_version: 3.3.26
|
|
717
717
|
signing_key:
|
|
718
718
|
specification_version: 4
|
|
719
719
|
summary: Appscms theme for all tools
|