-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to Google account details in User Menu #6516
Conversation
Size Change: +1.64 kB (0%) Total Size: 1.24 MB
ℹ️ View Unchanged
|
@@ -48,6 +48,7 @@ | |||
|
|||
.googlesitekit-user-menu { | |||
background-color: $c-surfaces-background; | |||
border-radius: 28px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nfmohit This is a rather odd value. To be consistent with the border radiuses we have on the site, can we not have it set to 24px
? Also, let's use the $br-md
variable from https://github.com/google/site-kit-wp/blob/develop/assets/sass/config/_variables-mui3.scss#L237
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Understood, I've updated it, thank you, @asvinb!
@@ -86,7 +87,7 @@ | |||
.googlesitekit-user-menu__details { | |||
align-items: center; | |||
background-color: $c-surfaces-surface; | |||
border-radius: 16px; | |||
border-radius: 24px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nfmohit Let's use $br-md
here as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, thanks!
Thanks @nfmohit ! LGTM! |
Summary
Addresses issue:
Relevant technical choices
This PR addresses the concerns raised here:
PR Author Checklist
Do not alter or remove anything below. The following sections will be managed by moderators only.
Code Reviewer Checklist
Merge Reviewer Checklist