@simplybusiness/theme-simplybusiness 0.5.4 → 0.5.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 +9 -0
- package/dist/index.css +19 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 0.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [47a6bdc]
|
|
8
|
+
- Updated dependencies [3df5cbe]
|
|
9
|
+
- Updated dependencies [ed9eedb]
|
|
10
|
+
- @simplybusiness/mobius-journey@6.8.1
|
|
11
|
+
|
|
3
12
|
## 0.5.4
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -3722,7 +3722,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3722
3722
|
grid-template-areas:"header coverage pricing" "header coverage actions";
|
|
3723
3723
|
grid-template-columns:repeat(3, 1fr);
|
|
3724
3724
|
grid-template-rows:repeat(2, auto);
|
|
3725
|
-
|
|
3725
|
+
gap:var(--size-lg);
|
|
3726
3726
|
padding:var(--size-lg);
|
|
3727
3727
|
grid-row:span 1;
|
|
3728
3728
|
}
|
|
@@ -3741,16 +3741,28 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3741
3741
|
}
|
|
3742
3742
|
}
|
|
3743
3743
|
.mobius-quote-card__no-quote{
|
|
3744
|
-
|
|
3744
|
+
display:grid;
|
|
3745
|
+
grid-template-areas:"header information";
|
|
3746
|
+
grid-template-columns:1fr 1fr;
|
|
3745
3747
|
padding:var(--size-sm);
|
|
3746
|
-
|
|
3748
|
+
border:1px solid var(--color-border);
|
|
3749
|
+
border-radius:var(--radius-2);
|
|
3750
|
+
background-color:var(--color-background);
|
|
3751
|
+
list-style:none;
|
|
3747
3752
|
}
|
|
3748
3753
|
@media (min-width: 850px){
|
|
3749
3754
|
.mobius-quote-card__no-quote{
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3755
|
+
grid-template-columns:160px 1fr;
|
|
3756
|
+
padding:var(--size-sm) var(--size-lg);
|
|
3757
|
+
}
|
|
3758
|
+
}
|
|
3759
|
+
.mobius-quote-card__no-quote-logo{
|
|
3760
|
+
display:flex;
|
|
3761
|
+
justify-content:center;
|
|
3762
|
+
}
|
|
3763
|
+
@media (min-width: 850px){
|
|
3764
|
+
.mobius-quote-card__no-quote-logo{
|
|
3765
|
+
justify-content:flex-start;
|
|
3754
3766
|
}
|
|
3755
3767
|
}
|
|
3756
3768
|
.mobius-quote-card__badges{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
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.3.0",
|
|
30
30
|
"@simplybusiness/mobius-datepicker": "^6.0.6",
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.8.
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.8.1",
|
|
32
32
|
"@simplybusiness/theme-core": "^7.1.4"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|