@simplybusiness/theme-simplybusiness 1.19.11 → 1.19.13

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.19.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [53607a5]
8
+ - Updated dependencies [e281617]
9
+ - @simplybusiness/mobius-interventions@1.47.0
10
+
11
+ ## 1.19.12
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [a89f8d0]
16
+ - Updated dependencies [2b0a2ac]
17
+ - Updated dependencies [274b302]
18
+ - Updated dependencies [a63cff6]
19
+ - Updated dependencies [cf36c0d]
20
+ - @simplybusiness/mobius-interventions@1.46.0
21
+
3
22
  ## 1.19.11
4
23
 
5
24
  ### Patch Changes
package/dist/index.css CHANGED
@@ -6759,6 +6759,37 @@ svg:not(:host).svg-inline--mobius-icon{
6759
6759
  width:100%;
6760
6760
  }
6761
6761
  }
6762
+ .trust-banner__content{
6763
+ margin:20px 0;
6764
+ text-align:center;
6765
+ font-weight:600;
6766
+ font-size:24px;
6767
+ padding:0 20px;
6768
+ }
6769
+ @media (max-width: 700px){
6770
+ .trust-banner__content{
6771
+ font-size:16px;
6772
+ padding:0;
6773
+ }
6774
+ }
6775
+ .trust-banner__content .trust-banner__image-feefo{
6776
+ max-width:584px;
6777
+ width:100%;
6778
+ }
6779
+ @media (max-width: 700px){
6780
+ .trust-banner__content .trust-banner__image-feefo{
6781
+ max-width:389px;
6782
+ }
6783
+ }
6784
+ .trust-banner__content .trust-banner__image-trustpilot{
6785
+ max-width:462px;
6786
+ width:100%;
6787
+ }
6788
+ @media (max-width: 700px){
6789
+ .trust-banner__content .trust-banner__image-trustpilot{
6790
+ max-width:332px;
6791
+ }
6792
+ }
6762
6793
  .mobius-chatbot{
6763
6794
  height:100%;
6764
6795
  display:flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.19.11",
3
+ "version": "1.19.13",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -29,7 +29,7 @@
29
29
  "@simplybusiness/mobius": "^5.27.1",
30
30
  "@simplybusiness/mobius-chatbot": "^1.3.0",
31
31
  "@simplybusiness/mobius-datepicker": "^6.5.16",
32
- "@simplybusiness/mobius-interventions": "^1.45.0",
32
+ "@simplybusiness/mobius-interventions": "^1.47.0",
33
33
  "@simplybusiness/mobius-journey": "^8.20.1",
34
34
  "@simplybusiness/theme-core": "^7.6.11"
35
35
  },