@simplybusiness/theme-simplybusiness 1.12.4 → 1.12.5
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 +10 -0
- package/dist/index.css +42 -38
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.12.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [712a195]
|
|
8
|
+
- @simplybusiness/mobius-journey@6.65.0
|
|
9
|
+
- @simplybusiness/mobius@5.21.0
|
|
10
|
+
- @simplybusiness/mobius-datepicker@6.4.6
|
|
11
|
+
- @simplybusiness/theme-core@7.4.2
|
|
12
|
+
|
|
3
13
|
## 1.12.4
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -5819,54 +5819,58 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5819
5819
|
height:60px;
|
|
5820
5820
|
}
|
|
5821
5821
|
.mobius-interventions__trade-based-claims{
|
|
5822
|
-
|
|
5823
|
-
|
|
5822
|
+
width:min(90%, 750px);
|
|
5823
|
+
}
|
|
5824
5824
|
.mobius-interventions__trade-based-claims-logo{
|
|
5825
|
-
|
|
5826
|
-
|
|
5827
|
-
|
|
5825
|
+
max-width:30%;
|
|
5826
|
+
min-width:100px;
|
|
5827
|
+
}
|
|
5828
5828
|
.mobius-interventions__trade-based-claims-text-flexbox{
|
|
5829
|
-
|
|
5830
|
-
|
|
5829
|
+
min-width:50%;
|
|
5830
|
+
}
|
|
5831
5831
|
.mobius-interventions__trade-based-claims-text{
|
|
5832
|
-
|
|
5833
|
-
|
|
5834
|
-
|
|
5835
|
-
|
|
5836
|
-
|
|
5832
|
+
font-size:25px;
|
|
5833
|
+
line-height:1.4;
|
|
5834
|
+
margin:0;
|
|
5835
|
+
text-wrap:stable;
|
|
5836
|
+
}
|
|
5837
|
+
.mobius-interventions__trade-based-claims-text-fineprint{
|
|
5838
|
+
color:#5D5D60;
|
|
5839
|
+
line-height:16px;
|
|
5840
|
+
font-size:12px;
|
|
5841
|
+
}
|
|
5837
5842
|
.mobius-interventions__trade-based-claims-text-subheading{
|
|
5838
|
-
|
|
5839
|
-
|
|
5840
|
-
.mobius-interventions__trade-based-claims-fineprint{
|
|
5841
|
-
font-size:12px;
|
|
5842
|
-
color:#5D5D60;
|
|
5843
|
-
}
|
|
5843
|
+
font-weight:var(--font-weight-normal);
|
|
5844
|
+
}
|
|
5844
5845
|
.mobius-interventions__trade-based-claims-close-button{
|
|
5845
|
-
|
|
5846
|
-
|
|
5846
|
+
margin-top:5%;
|
|
5847
|
+
}
|
|
5847
5848
|
.mobius-interventions__trade-based-claims-cta-button{
|
|
5848
|
-
|
|
5849
|
-
|
|
5849
|
+
margin-top:10%;
|
|
5850
|
+
font-weight:var(--font-weight-normal);
|
|
5851
|
+
}
|
|
5850
5852
|
.mobius-interventions__trade-based-claims .mobius-modal__close{
|
|
5851
|
-
|
|
5852
|
-
|
|
5853
|
-
.mobius-interventions__trade-based-claims-cta-spacer{
|
|
5854
|
-
margin-top:10%;
|
|
5855
|
-
}
|
|
5853
|
+
display:none;
|
|
5854
|
+
}
|
|
5856
5855
|
.mobius-interventions__trade-based-claims-homebuilder{
|
|
5857
|
-
|
|
5858
|
-
|
|
5859
|
-
|
|
5860
|
-
|
|
5861
|
-
|
|
5862
|
-
|
|
5863
|
-
|
|
5856
|
+
background-position:center center;
|
|
5857
|
+
background-repeat:no-repeat;
|
|
5858
|
+
background-size:contain;
|
|
5859
|
+
height:224px;
|
|
5860
|
+
width:757px;
|
|
5861
|
+
background-image:url(c169e5139b1db7e633b9.png);
|
|
5862
|
+
}
|
|
5864
5863
|
@media only screen and (max-width: 750px){
|
|
5865
|
-
|
|
5866
|
-
|
|
5867
|
-
|
|
5868
|
-
|
|
5864
|
+
.mobius-interventions__trade-based-claims-homebuilder{
|
|
5865
|
+
height:280px;
|
|
5866
|
+
width:100%;
|
|
5867
|
+
margin:0%;
|
|
5869
5868
|
}
|
|
5869
|
+
|
|
5870
|
+
.mobius-interventions__trade-based-claims-cta-button{
|
|
5871
|
+
margin-top:0%;
|
|
5872
|
+
}
|
|
5873
|
+
}
|
|
5870
5874
|
:root,
|
|
5871
5875
|
:host{
|
|
5872
5876
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.5",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"./fonts": "./dist/fonts.css"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@simplybusiness/mobius": "^5.
|
|
30
|
-
"@simplybusiness/mobius-datepicker": "^6.4.
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.
|
|
32
|
-
"@simplybusiness/theme-core": "^7.4.
|
|
29
|
+
"@simplybusiness/mobius": "^5.21.0",
|
|
30
|
+
"@simplybusiness/mobius-datepicker": "^6.4.6",
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.65.0",
|
|
32
|
+
"@simplybusiness/theme-core": "^7.4.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"css-loader": "^7.1.2",
|