@simplybusiness/theme-simplybusiness 1.17.3 → 1.17.4
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 +8 -0
- package/dist/index.css +38 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -3436,6 +3436,12 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3436
3436
|
grid-template-columns:auto auto;
|
|
3437
3437
|
justify-content:space-between;
|
|
3438
3438
|
}
|
|
3439
|
+
.mobius-personalised-cover__form{
|
|
3440
|
+
margin-bottom:0;
|
|
3441
|
+
}
|
|
3442
|
+
.mobius-personalised-cover__submit-action{
|
|
3443
|
+
width:100%;
|
|
3444
|
+
}
|
|
3439
3445
|
@media (max-width: 640px){
|
|
3440
3446
|
.mobius-personalised-cover__container{
|
|
3441
3447
|
box-shadow:2px 2px 10px 0 #00000033;
|
|
@@ -6148,6 +6154,38 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6148
6154
|
.mobius-interventions__coverage-diagnosis-modal-button{
|
|
6149
6155
|
margin-bottom:8px;
|
|
6150
6156
|
}
|
|
6157
|
+
.mobius-interventions__inpage-indicative-price-container{
|
|
6158
|
+
flex-direction:column;
|
|
6159
|
+
display:flex;
|
|
6160
|
+
}
|
|
6161
|
+
.mobius-interventions__inpage-indicative-price-box{
|
|
6162
|
+
background-color:rgba(70, 50, 216, .05);
|
|
6163
|
+
border-radius:5px;
|
|
6164
|
+
padding:0px 14px 0px 14px;
|
|
6165
|
+
}
|
|
6166
|
+
.mobius-interventions__inpage-indicative-price-text{
|
|
6167
|
+
font-size:16px;
|
|
6168
|
+
font-weight:400;
|
|
6169
|
+
}
|
|
6170
|
+
.mobius-interventions__inpage-indicative-price-amount{
|
|
6171
|
+
font-size:32px;
|
|
6172
|
+
font-weight:600;
|
|
6173
|
+
line-height:24px;
|
|
6174
|
+
color:#4632D8;
|
|
6175
|
+
margin:0;
|
|
6176
|
+
}
|
|
6177
|
+
.mobius-interventions__inpage-indicative-price-amount-text{
|
|
6178
|
+
font-size:22px;
|
|
6179
|
+
font-weight:600;
|
|
6180
|
+
line-height:24px;
|
|
6181
|
+
color:#4632D8;
|
|
6182
|
+
margin:0;
|
|
6183
|
+
}
|
|
6184
|
+
.mobius-interventions__inpage-indicative-price-footer-text{
|
|
6185
|
+
color:#5d5d60;
|
|
6186
|
+
padding-top:12px;
|
|
6187
|
+
font-size:10px;
|
|
6188
|
+
}
|
|
6151
6189
|
.mobius-chatbot{
|
|
6152
6190
|
height:100%;
|
|
6153
6191
|
display:flex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.4",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@simplybusiness/mobius": "^5.25.2",
|
|
30
30
|
"@simplybusiness/mobius-datepicker": "^6.5.7",
|
|
31
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
31
|
+
"@simplybusiness/mobius-journey": "^8.5.0",
|
|
32
32
|
"@simplybusiness/theme-core": "^7.6.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|