New Settings UI: Update onboarding button styles

This commit is contained in:
Himad M 2024-11-21 18:27:32 -04:00
parent 06e74e74f4
commit 7f10cade0a
No known key found for this signature in database
GPG key ID: 5FC769E9888A7B98
2 changed files with 10 additions and 14 deletions

View file

@ -8,16 +8,16 @@ button.components-button, a.components-button {
color: $color-white;
}
border-radius: 2px;
padding: 14px 17px;
border-radius: 50px;
padding: 15px 32px;
height: auto;
}
&.is-primary {
@include font(13, 20, 400);
@include font(14, 18, 900);
&:not(:disabled) {
background-color: $color-blueberry;
background-color: $color-black;
}
}