Small updates to the express checkout area (#50644)

This commit is contained in:
Alex Florisca 2024-08-28 11:16:55 +01:00 committed by GitHub
parent 1d21197f77
commit 9f79715d06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -31,7 +31,7 @@ $border-width: 1px;
list-style: none;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
grid-gap: 10px;
grid-gap: 12px;
@include breakpoint("<782px") {
grid-template-columns: 1fr;
@ -58,7 +58,7 @@ $border-width: 1px;
height: $universal-border-radius - $border-width;
margin-right: $gap-small;
pointer-events: none;
width: #{$gap-large - $gap-small - $border-width * 2};
flex-grow: 1;
}
&::after {

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Small visual tweaks to the express checkout area