mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 09:58:36 +02:00
Merge pull request #3988 from penpot/ladybenko-fix-your-account-ui
🐛 Fix "Your Account/Give Feedback" UI
This commit is contained in:
commit
4a991ef3f9
5 changed files with 17 additions and 10 deletions
|
@ -38,10 +38,12 @@
|
|||
@include buttonStyle;
|
||||
@include flexCenter;
|
||||
@include focusPrimary;
|
||||
@include tabTitleTipography;
|
||||
background-color: var(--button-primary-background-color-rest);
|
||||
border: $s-1 solid var(--button-primary-border-color-rest);
|
||||
color: var(--button-primary-foreground-color-rest);
|
||||
border-radius: $br-8;
|
||||
min-height: $s-32;
|
||||
svg,
|
||||
span svg {
|
||||
stroke: var(--button-primary-foreground-color-rest);
|
||||
|
@ -54,6 +56,7 @@
|
|||
span svg {
|
||||
stroke: var(--button-primary-foreground-color-hover);
|
||||
}
|
||||
text-decoration: none;
|
||||
}
|
||||
&:active {
|
||||
background-color: var(--button-primary-background-color-active);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue