@simplybusiness/theme-simplybusiness 1.8.0 → 1.8.1
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 +7 -0
- package/dist/index.css +5 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -5211,6 +5211,11 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5211
5211
|
padding:12px 18px 32px;
|
|
5212
5212
|
width:700px;
|
|
5213
5213
|
}
|
|
5214
|
+
@media (max-width: 700px){
|
|
5215
|
+
#priceNudgeIntervention .mobius-modal{
|
|
5216
|
+
width:86%;
|
|
5217
|
+
}
|
|
5218
|
+
}
|
|
5214
5219
|
#priceNudgeIntervention .mobius-modal__close{
|
|
5215
5220
|
color:#4632d8;
|
|
5216
5221
|
font-size:16px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.1",
|
|
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.15.4",
|
|
30
30
|
"@simplybusiness/mobius-datepicker": "^6.1.0",
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.39.
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.39.1",
|
|
32
32
|
"@simplybusiness/theme-core": "^7.2.19"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|