Small updates to the express checkout area (#50644)
This commit is contained in:
parent
1d21197f77
commit
9f79715d06
|
@ -31,7 +31,7 @@ $border-width: 1px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
||||||
grid-gap: 10px;
|
grid-gap: 12px;
|
||||||
|
|
||||||
@include breakpoint("<782px") {
|
@include breakpoint("<782px") {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
|
@ -58,7 +58,7 @@ $border-width: 1px;
|
||||||
height: $universal-border-radius - $border-width;
|
height: $universal-border-radius - $border-width;
|
||||||
margin-right: $gap-small;
|
margin-right: $gap-small;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
width: #{$gap-large - $gap-small - $border-width * 2};
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: tweak
|
||||||
|
|
||||||
|
Small visual tweaks to the express checkout area
|
Loading…
Reference in New Issue