Skip to content

Commit

Permalink
Merge pull request #9653 from google/enhancement/9335-follow-up
Browse files Browse the repository at this point in the history
Enhancement/9335 Follow up fixes to Safari SVG and Action Buttons
  • Loading branch information
tofumatt authored Nov 12, 2024
2 parents e6e4e36 + 7d73c86 commit 9e5d682
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,25 @@

.googlesitekit-setup-cta-banner--setup-cta-siwg {

.googlesitekit-setup-cta-banner__actions-wrapper {
gap: 0; // Fix buttons being one on top of another on medium mobile viewports.

@media (min-width: $width-tablet + 1 + px) {
gap: $grid-gap-phone;
}

@media (min-width: $width-desktop + 1 + px) {
gap: $grid-gap-desktop;
}
}

.googlesitekit-setup-cta-banner__svg-wrapper--setup-cta-siwg {
align-items: flex-end;
display: flex;
justify-content: center;

svg {
flex: 1;
max-height: 136px;

@media (min-width: $width-desktop + 1 + px) {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e5d682

Please sign in to comment.