appscms-tools-theme 5.0.5 → 5.0.6
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/appscms/footer/footer.html +1 -1
- data/_includes/appscms/footer/static-footer.html +1 -1
- data/_layouts/appscms-feature.html +26 -9
- data/assets/css/appscms-theme.css +274 -271
- 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: 50a5496be0a4d88dc97fd099a0361a4488c38167114a39416f54bcca02215e15
|
4
|
+
data.tar.gz: 1408f36c168ed6c974d449448e23a61c4c5ea3b322088e17c9052079585dc80a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 274c1b7ad90e21b75a884e898a097a91cbb291d21b226c0966fbc955fe2970e1465db4613be47afe215c8c1129a856b1fc76acb78f1c73f49e57f8aebd1d0b8c
|
7
|
+
data.tar.gz: ddea4da303d6233169bbad9a4c8d1603b5726725d933b50aa2a3d1e83296b4cc7c4b21ca81c715eb765b45662f31628721c2144b484cf0fe4400e37c4de7e1dd
|
@@ -71,7 +71,7 @@ languages/languages.html -%} {% assign dataFile= site.data[folder][lang][file]
|
|
71
71
|
<div class="col-md-12 mt-4 mb-2">
|
72
72
|
<div class="d-flex justify-content-between">
|
73
73
|
<div id="copyright-text">
|
74
|
-
©
|
74
|
+
© 2025 Copyright:
|
75
75
|
<a class="text-reset fw-bold" href="{{site.siteurl}}"
|
76
76
|
>{{site.name}}</a
|
77
77
|
>
|
@@ -73,7 +73,7 @@ languages/languages.html -%} {% assign dataFile= site.data[folder][lang][file]
|
|
73
73
|
</div>
|
74
74
|
<div class="col-md-12">
|
75
75
|
<div class="d-flex justify-content-between">
|
76
|
-
<div id="copyright-text">©
|
76
|
+
<div id="copyright-text">© 2025 Copyright:</div>
|
77
77
|
</div>
|
78
78
|
</div>
|
79
79
|
</div>
|
@@ -15,11 +15,30 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
15
15
|
role="alert"
|
16
16
|
id="safeui-alert"
|
17
17
|
>
|
18
|
-
<
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
18
|
+
<svg
|
19
|
+
fill="#004084"
|
20
|
+
viewBox="0 0 1024 1024"
|
21
|
+
xmlns="http://www.w3.org/2000/svg"
|
22
|
+
stroke="#004084"
|
23
|
+
>
|
24
|
+
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
25
|
+
<g
|
26
|
+
id="SVGRepo_tracerCarrier"
|
27
|
+
stroke-linecap="round"
|
28
|
+
stroke-linejoin="round"
|
29
|
+
></g>
|
30
|
+
<g id="SVGRepo_iconCarrier">
|
31
|
+
<path
|
32
|
+
d="M512 64L128 192v384c0 212.1 171.9 384 384 384s384-171.9 384-384V192L512 64zm312 512c0 172.3-139.7 312-312 312S200 748.3 200 576V246l312-110 312 110v330z"
|
33
|
+
></path>
|
34
|
+
<path
|
35
|
+
d="M378.4 475.1a35.91 35.91 0 0 0-50.9 0 35.91 35.91 0 0 0 0 50.9l129.4 129.4 2.1 2.1a33.98 33.98 0 0 0 48.1 0L730.6 434a33.98 33.98 0 0 0 0-48.1l-2.8-2.8a33.98 33.98 0 0 0-48.1 0L483 579.7 378.4 475.1z"
|
36
|
+
></path>
|
37
|
+
</g>
|
38
|
+
</svg>
|
39
|
+
|
40
|
+
{%- if pageData.alertmsg -%} {{pageData.alertmsg}} {%- else -%} We do not
|
41
|
+
upload any files to server, hence your data is 100% secure. {%- endif -%}
|
23
42
|
</div>
|
24
43
|
{%- endif -%} {%- include appscms/headings/headings.html -%}
|
25
44
|
<div class="appscms-sidebar-left"></div>
|
@@ -28,10 +47,8 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
28
47
|
appscms/featurehighlight/featurehighlight.html -%} {%- include
|
29
48
|
appscms/howto/howto.html -%} {%- if pageData.infographics.size > 0 -%} {%-
|
30
49
|
include appscms/infographics/infographics.html -%} {%- endif -%} {%- include
|
31
|
-
appscms/faq/faq.html -%}
|
32
|
-
|
33
|
-
{%- include appscms/usp/usp.html -%}
|
34
|
-
{%- include appscms/reviews/trustpilot.html -%}
|
50
|
+
appscms/faq/faq.html -%} {%- include appscms/usp/usp.html -%} {%- include
|
51
|
+
appscms/reviews/trustpilot.html -%}
|
35
52
|
<!-- {%- include
|
36
53
|
appscms/extras/traffic-count.html -%} -->
|
37
54
|
{%- if site.userTrackingCount -%} {%- include userTracking.html -%} {%-
|
@@ -2593,352 +2593,355 @@ select:focus {
|
|
2593
2593
|
padding: 4px;
|
2594
2594
|
}
|
2595
2595
|
|
2596
|
-
|
2597
|
-
|
2598
|
-
|
2599
|
-
|
2600
|
-
|
2601
|
-
|
2602
|
-
|
2603
|
-
|
2604
|
-
|
2596
|
+
.search-container {
|
2597
|
+
display: flex;
|
2598
|
+
border: 1px solid #ccc;
|
2599
|
+
border-radius: 5px;
|
2600
|
+
overflow: hidden;
|
2601
|
+
height: 38px;
|
2602
|
+
width: 400px;
|
2603
|
+
background-color: white;
|
2604
|
+
position: relative;
|
2605
2605
|
}
|
2606
2606
|
|
2607
2607
|
.search-input {
|
2608
|
-
|
2609
|
-
|
2610
|
-
|
2611
|
-
|
2612
|
-
|
2608
|
+
flex: 1;
|
2609
|
+
border: none;
|
2610
|
+
padding: 12px 16px;
|
2611
|
+
font-size: 16px;
|
2612
|
+
outline: none;
|
2613
2613
|
}
|
2614
2614
|
|
2615
2615
|
.search-input::placeholder {
|
2616
|
-
|
2616
|
+
color: #888;
|
2617
2617
|
}
|
2618
2618
|
|
2619
2619
|
.search-button {
|
2620
|
-
|
2621
|
-
|
2622
|
-
|
2623
|
-
|
2624
|
-
|
2625
|
-
|
2626
|
-
|
2627
|
-
|
2628
|
-
|
2620
|
+
background-color: var(--primary-color);
|
2621
|
+
border: none;
|
2622
|
+
padding: 0 16px;
|
2623
|
+
display: flex;
|
2624
|
+
align-items: center;
|
2625
|
+
justify-content: center;
|
2626
|
+
cursor: pointer;
|
2627
|
+
outline: none;
|
2628
|
+
border-radius: 0 !important;
|
2629
2629
|
}
|
2630
2630
|
|
2631
2631
|
.search-button svg {
|
2632
|
-
|
2633
|
-
|
2632
|
+
/* fill: #fff; */
|
2633
|
+
height: 20px;
|
2634
2634
|
}
|
2635
2635
|
|
2636
2636
|
.search-button:active {
|
2637
|
-
|
2637
|
+
background-color: #555;
|
2638
2638
|
}
|
2639
|
-
.nav-search{
|
2639
|
+
.nav-search {
|
2640
2640
|
position: relative;
|
2641
2641
|
}
|
2642
|
-
.result-item{
|
2642
|
+
.result-item {
|
2643
2643
|
padding: 9px 12px;
|
2644
2644
|
}
|
2645
|
-
.result-item a{
|
2645
|
+
.result-item a {
|
2646
2646
|
color: #222325;
|
2647
2647
|
}
|
2648
|
-
.searchbarResults{
|
2648
|
+
.searchbarResults {
|
2649
2649
|
overflow: scroll;
|
2650
2650
|
height: 60vh;
|
2651
2651
|
background-color: #fff;
|
2652
|
-
|
2653
|
-
|
2654
|
-
|
2655
|
-
|
2656
|
-
|
2657
|
-
|
2658
|
-
|
2659
|
-
|
2660
|
-
|
2661
|
-
|
2662
|
-
|
2663
|
-
|
2664
|
-
|
2665
|
-
|
2652
|
+
border: 1px solid #e4e5e7;
|
2653
|
+
border-radius: 6px;
|
2654
|
+
-webkit-box-shadow: 0 17px 58px rgba(0, 0, 0, 0.08);
|
2655
|
+
box-shadow: 0 17px 58px rgba(0, 0, 0, 0.08);
|
2656
|
+
-webkit-box-sizing: border-box;
|
2657
|
+
box-sizing: border-box;
|
2658
|
+
color: #74767e;
|
2659
|
+
cursor: default;
|
2660
|
+
margin-top: 8px;
|
2661
|
+
padding: 12px;
|
2662
|
+
position: absolute;
|
2663
|
+
width: 100%;
|
2664
|
+
z-index: 101;
|
2665
|
+
display: none;
|
2666
2666
|
}
|
2667
2667
|
|
2668
|
+
.scroll-container {
|
2669
|
+
display: flex;
|
2670
|
+
align-items: center;
|
2671
|
+
background-color: #333;
|
2672
|
+
position: relative;
|
2673
|
+
}
|
2668
2674
|
|
2675
|
+
.scroll-left,
|
2676
|
+
.scroll-right {
|
2677
|
+
background-color: #4456f6f7;
|
2678
|
+
color: white;
|
2679
|
+
border: none;
|
2680
|
+
height: 40px;
|
2681
|
+
cursor: pointer;
|
2682
|
+
position: absolute;
|
2683
|
+
width: 40px;
|
2684
|
+
top: 50%;
|
2685
|
+
z-index: 100;
|
2686
|
+
transform: translateY(-50%);
|
2687
|
+
}
|
2669
2688
|
|
2670
|
-
|
2671
|
-
|
2672
|
-
|
2673
|
-
background-color: #333;
|
2674
|
-
position: relative;
|
2675
|
-
}
|
2676
|
-
|
2677
|
-
.scroll-left,
|
2678
|
-
.scroll-right {
|
2679
|
-
background-color: #4456f6f7;
|
2680
|
-
color: white;
|
2681
|
-
border: none;
|
2682
|
-
height: 40px;
|
2683
|
-
cursor: pointer;
|
2684
|
-
position: absolute;
|
2685
|
-
width: 40px;
|
2686
|
-
top: 50%;
|
2687
|
-
z-index: 100;
|
2688
|
-
transform: translateY(-50%);
|
2689
|
-
}
|
2690
|
-
|
2691
|
-
.scroll-left {
|
2692
|
-
left: 0;
|
2693
|
-
}
|
2694
|
-
|
2695
|
-
.scroll-right {
|
2696
|
-
right: 0;
|
2697
|
-
}
|
2698
|
-
|
2699
|
-
.scroll-left:hover,
|
2700
|
-
.scroll-right:hover {
|
2701
|
-
background-color: #8691f6f7;
|
2702
|
-
}
|
2689
|
+
.scroll-left {
|
2690
|
+
left: 0;
|
2691
|
+
}
|
2703
2692
|
|
2704
|
-
|
2705
|
-
|
2706
|
-
|
2707
|
-
flex-grow: 1;
|
2708
|
-
scroll-behavior: smooth;
|
2709
|
-
display: flex;
|
2710
|
-
}
|
2693
|
+
.scroll-right {
|
2694
|
+
right: 0;
|
2695
|
+
}
|
2711
2696
|
|
2712
|
-
|
2713
|
-
|
2714
|
-
|
2715
|
-
|
2716
|
-
list-style-type: none;
|
2717
|
-
}
|
2697
|
+
.scroll-left:hover,
|
2698
|
+
.scroll-right:hover {
|
2699
|
+
background-color: #8691f6f7;
|
2700
|
+
}
|
2718
2701
|
|
2719
|
-
|
2720
|
-
|
2721
|
-
|
2702
|
+
.navbar {
|
2703
|
+
/* overflow-x: auto; */
|
2704
|
+
white-space: nowrap;
|
2705
|
+
flex-grow: 1;
|
2706
|
+
scroll-behavior: smooth;
|
2707
|
+
display: flex;
|
2708
|
+
}
|
2722
2709
|
|
2710
|
+
.navbar ul {
|
2711
|
+
padding: 0;
|
2712
|
+
margin: 0;
|
2713
|
+
display: flex;
|
2714
|
+
list-style-type: none;
|
2715
|
+
}
|
2723
2716
|
|
2717
|
+
.navbar li {
|
2718
|
+
display: inline;
|
2719
|
+
}
|
2724
2720
|
|
2725
|
-
|
2726
|
-
|
2727
|
-
|
2728
|
-
|
2729
|
-
|
2730
|
-
|
2721
|
+
.mobile-search-bar {
|
2722
|
+
position: relative;
|
2723
|
+
height: 100px;
|
2724
|
+
width: 100%;
|
2725
|
+
display: none;
|
2726
|
+
}
|
2731
2727
|
|
2732
|
-
|
2733
|
-
|
2734
|
-
|
2735
|
-
|
2736
|
-
|
2737
|
-
|
2738
|
-
|
2739
|
-
|
2740
|
-
|
2741
|
-
|
2728
|
+
.mobile-search-container {
|
2729
|
+
display: flex;
|
2730
|
+
border: 1px solid #ccc;
|
2731
|
+
border-radius: 5px;
|
2732
|
+
overflow: hidden;
|
2733
|
+
height: 38px;
|
2734
|
+
margin: 20px 0px 20px 0px;
|
2735
|
+
background-color: white;
|
2736
|
+
position: relative;
|
2737
|
+
}
|
2742
2738
|
|
2743
|
-
|
2744
|
-
|
2745
|
-
|
2746
|
-
|
2747
|
-
|
2748
|
-
|
2749
|
-
|
2739
|
+
.mobile-search-input {
|
2740
|
+
flex: 1;
|
2741
|
+
border: none;
|
2742
|
+
padding: 12px 16px;
|
2743
|
+
font-size: 16px;
|
2744
|
+
outline: none;
|
2745
|
+
}
|
2750
2746
|
|
2751
|
-
|
2752
|
-
|
2753
|
-
|
2747
|
+
.mobile-search-input::placeholder {
|
2748
|
+
color: #888;
|
2749
|
+
}
|
2754
2750
|
|
2755
|
-
|
2756
|
-
|
2757
|
-
|
2758
|
-
|
2759
|
-
|
2760
|
-
|
2761
|
-
|
2762
|
-
|
2763
|
-
|
2764
|
-
|
2751
|
+
.mobile-search-button {
|
2752
|
+
background-color: #000;
|
2753
|
+
border: none;
|
2754
|
+
padding: 0 16px;
|
2755
|
+
display: flex;
|
2756
|
+
align-items: center;
|
2757
|
+
justify-content: center;
|
2758
|
+
cursor: pointer;
|
2759
|
+
outline: none;
|
2760
|
+
}
|
2765
2761
|
|
2766
|
-
|
2767
|
-
|
2768
|
-
|
2769
|
-
|
2762
|
+
.mobile-search-button svg {
|
2763
|
+
/* fill: #fff; */
|
2764
|
+
height: 20px;
|
2765
|
+
}
|
2770
2766
|
|
2771
|
-
|
2772
|
-
|
2773
|
-
|
2767
|
+
.mobile-search-button:active {
|
2768
|
+
background-color: #555;
|
2769
|
+
}
|
2774
2770
|
|
2775
|
-
|
2776
|
-
|
2777
|
-
|
2771
|
+
.mobile-nav-search {
|
2772
|
+
position: relative;
|
2773
|
+
}
|
2778
2774
|
|
2779
|
-
|
2780
|
-
|
2781
|
-
|
2775
|
+
.mobile-result-item {
|
2776
|
+
padding: 9px 12px;
|
2777
|
+
}
|
2782
2778
|
|
2783
|
-
|
2784
|
-
|
2785
|
-
|
2779
|
+
.mobile-result-item a {
|
2780
|
+
color: #222325;
|
2781
|
+
}
|
2786
2782
|
|
2787
|
-
|
2788
|
-
|
2789
|
-
|
2790
|
-
|
2791
|
-
|
2792
|
-
|
2793
|
-
|
2794
|
-
|
2795
|
-
|
2796
|
-
|
2797
|
-
|
2798
|
-
|
2799
|
-
|
2800
|
-
|
2801
|
-
|
2802
|
-
|
2803
|
-
|
2804
|
-
|
2805
|
-
|
2806
|
-
|
2807
|
-
|
2808
|
-
|
2809
|
-
|
2810
|
-
|
2811
|
-
padding-top: 8rem;
|
2812
|
-
padding-bottom: 8rem;
|
2813
|
-
}
|
2783
|
+
.mobile-searchbarResults {
|
2784
|
+
background-color: #fff;
|
2785
|
+
border: 1px solid #e4e5e7;
|
2786
|
+
border-radius: 6px;
|
2787
|
+
-webkit-box-shadow: 0 17px 58px rgba(0, 0, 0, 0.08);
|
2788
|
+
box-shadow: 0 17px 58px rgba(0, 0, 0, 0.08);
|
2789
|
+
-webkit-box-sizing: border-box;
|
2790
|
+
box-sizing: border-box;
|
2791
|
+
color: #74767e;
|
2792
|
+
cursor: default;
|
2793
|
+
margin-top: 8px;
|
2794
|
+
padding: 12px;
|
2795
|
+
position: fixed;
|
2796
|
+
margin-top: 42px;
|
2797
|
+
width: 244px;
|
2798
|
+
height: 400px;
|
2799
|
+
overflow-y: scroll;
|
2800
|
+
z-index: 101;
|
2801
|
+
display: none;
|
2802
|
+
}
|
2803
|
+
.trustpilot-container {
|
2804
|
+
background-color: #eeeeee;
|
2805
|
+
width: 100vw;
|
2814
2806
|
|
2815
|
-
|
2816
|
-
|
2817
|
-
|
2807
|
+
padding-top: 8rem;
|
2808
|
+
padding-bottom: 8rem;
|
2809
|
+
}
|
2818
2810
|
|
2819
|
-
|
2820
|
-
|
2821
|
-
|
2822
|
-
font-weight: bold;
|
2823
|
-
}
|
2811
|
+
.trustpilot-container a {
|
2812
|
+
text-decoration: none;
|
2813
|
+
}
|
2824
2814
|
|
2825
|
-
|
2826
|
-
|
2827
|
-
|
2828
|
-
|
2815
|
+
.trustpilot-h2 {
|
2816
|
+
font-size: 24px;
|
2817
|
+
text-align: center;
|
2818
|
+
font-weight: bold;
|
2819
|
+
}
|
2829
2820
|
|
2830
|
-
|
2831
|
-
|
2832
|
-
|
2821
|
+
.trustpilot-description {
|
2822
|
+
font-size: 15px;
|
2823
|
+
text-align: center;
|
2824
|
+
}
|
2833
2825
|
|
2834
|
-
|
2826
|
+
.review-container {
|
2827
|
+
display: flex;
|
2828
|
+
}
|
2835
2829
|
|
2836
|
-
|
2837
|
-
|
2838
|
-
|
2839
|
-
|
2830
|
+
.reviews {
|
2831
|
+
display: flex;
|
2832
|
+
overflow: hidden;
|
2833
|
+
}
|
2840
2834
|
|
2841
|
-
|
2842
|
-
|
2843
|
-
|
2844
|
-
|
2835
|
+
.review-stars {
|
2836
|
+
display: flex;
|
2837
|
+
align-items: center;
|
2838
|
+
}
|
2845
2839
|
|
2846
|
-
|
2847
|
-
|
2848
|
-
|
2849
|
-
|
2840
|
+
.review-stars svg {
|
2841
|
+
height: 18px;
|
2842
|
+
width: 18px;
|
2843
|
+
}
|
2850
2844
|
|
2851
|
-
|
2852
|
-
|
2853
|
-
|
2854
|
-
|
2855
|
-
|
2856
|
-
|
2857
|
-
|
2845
|
+
.review-verified {
|
2846
|
+
margin-left: 5px;
|
2847
|
+
display: flex;
|
2848
|
+
align-items: center;
|
2849
|
+
font-size: 13px;
|
2850
|
+
color: #676767;
|
2851
|
+
}
|
2858
2852
|
|
2859
|
-
|
2860
|
-
|
2861
|
-
|
2862
|
-
|
2863
|
-
-webkit-line-clamp: 3;
|
2864
|
-
-webkit-box-orient: vertical;
|
2865
|
-
overflow: hidden;
|
2866
|
-
text-overflow: ellipsis;
|
2867
|
-
|
2853
|
+
.review-text {
|
2854
|
+
color: #1a1a1a;
|
2855
|
+
font-size: 14px;
|
2856
|
+
display: -webkit-box;
|
2857
|
+
-webkit-line-clamp: 3;
|
2858
|
+
-webkit-box-orient: vertical;
|
2859
|
+
overflow: hidden;
|
2860
|
+
text-overflow: ellipsis;
|
2861
|
+
}
|
2868
2862
|
|
2869
|
-
|
2870
|
-
|
2871
|
-
|
2872
|
-
|
2873
|
-
|
2863
|
+
.review-title {
|
2864
|
+
font-weight: 600;
|
2865
|
+
color: #1a1a1a;
|
2866
|
+
font-size: 16px;
|
2867
|
+
}
|
2874
2868
|
|
2875
|
-
|
2876
|
-
|
2877
|
-
|
2878
|
-
|
2869
|
+
.reviewer-name {
|
2870
|
+
color: #646565;
|
2871
|
+
font-size: 14px;
|
2872
|
+
}
|
2879
2873
|
|
2880
|
-
|
2881
|
-
|
2882
|
-
|
2883
|
-
|
2884
|
-
|
2885
|
-
|
2886
|
-
|
2887
|
-
|
2888
|
-
|
2889
|
-
|
2890
|
-
|
2891
|
-
|
2892
|
-
|
2893
|
-
|
2874
|
+
.trustpilot-arrow-left,
|
2875
|
+
.trustpilot-arrow-right {
|
2876
|
+
position: absolute;
|
2877
|
+
top: 30%;
|
2878
|
+
background-color: #fff;
|
2879
|
+
border: none;
|
2880
|
+
display: flex;
|
2881
|
+
align-items: center;
|
2882
|
+
justify-content: center;
|
2883
|
+
border-radius: 50%;
|
2884
|
+
padding: 2px;
|
2885
|
+
height: 30px;
|
2886
|
+
width: 30px;
|
2887
|
+
}
|
2894
2888
|
|
2895
|
-
|
2896
|
-
|
2897
|
-
|
2898
|
-
|
2899
|
-
|
2900
|
-
|
2901
|
-
|
2902
|
-
|
2903
|
-
|
2904
|
-
|
2905
|
-
|
2906
|
-
|
2907
|
-
|
2908
|
-
|
2909
|
-
|
2910
|
-
|
2911
|
-
|
2912
|
-
|
2913
|
-
|
2914
|
-
|
2915
|
-
|
2916
|
-
|
2889
|
+
.trustpilot-arrow-left svg,
|
2890
|
+
.trustpilot-arrow-right svg {
|
2891
|
+
color: #1a1a1a;
|
2892
|
+
height: 20px;
|
2893
|
+
width: 20px;
|
2894
|
+
}
|
2895
|
+
.trustpilot-arrow-left {
|
2896
|
+
left: -20px;
|
2897
|
+
}
|
2898
|
+
.trustpilot-arrow-right {
|
2899
|
+
right: 0;
|
2900
|
+
}
|
2901
|
+
.trustpilot-end {
|
2902
|
+
font-size: 15px;
|
2903
|
+
text-align: center;
|
2904
|
+
color: #1a1a1a;
|
2905
|
+
}
|
2906
|
+
.trustpilot-total-reviews,
|
2907
|
+
.trustpilot-rating {
|
2908
|
+
color: #000;
|
2909
|
+
font-weight: bold;
|
2910
|
+
}
|
2911
|
+
/* Styles for mobile devices (max-width: 767px) */
|
2917
2912
|
@media only screen and (max-width: 1024px) {
|
2918
|
-
.review {
|
2913
|
+
.review {
|
2919
2914
|
flex: 0 0 calc(100% / 1);
|
2920
2915
|
}
|
2921
2916
|
}
|
2922
2917
|
@media only screen and (max-width: 768px) {
|
2923
|
-
.trustpilot-arrow-left {
|
2918
|
+
.trustpilot-arrow-left {
|
2924
2919
|
left: 25px;
|
2925
2920
|
}
|
2926
2921
|
.trustpilot-arrow-right {
|
2927
2922
|
right: 25px;
|
2928
2923
|
}
|
2929
|
-
.review{
|
2924
|
+
.review {
|
2930
2925
|
padding: 0px 50px;
|
2931
2926
|
}
|
2932
2927
|
}
|
2933
2928
|
|
2934
2929
|
.reviews {
|
2935
|
-
display: flex;
|
2936
|
-
overflow: hidden;
|
2937
|
-
/* width: 300px; Set to the width of one review card */
|
2938
|
-
transition: transform 0.3s ease;
|
2930
|
+
display: flex;
|
2931
|
+
overflow: hidden;
|
2932
|
+
/* width: 300px; Set to the width of one review card */
|
2933
|
+
transition: transform 0.3s ease;
|
2939
2934
|
}
|
2940
2935
|
|
2941
2936
|
.review {
|
2942
|
-
width: 300px; /* Set each review card width to match the `.reviews` container */
|
2943
|
-
flex-shrink: 0;
|
2937
|
+
width: 300px; /* Set each review card width to match the `.reviews` container */
|
2938
|
+
flex-shrink: 0;
|
2939
|
+
}
|
2940
|
+
#safeui-alert {
|
2941
|
+
display: flex;
|
2942
|
+
justify-content: center;
|
2943
|
+
}
|
2944
|
+
#safeui-alert svg {
|
2945
|
+
height: 25px;
|
2946
|
+
margin-right: 5px;
|
2944
2947
|
}
|