mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 15:28:32 +02:00
🐛 Fix buttons appearance in the feedback form
This commit is contained in:
parent
5c2bdfcefe
commit
fa99d9aaed
4 changed files with 12 additions and 4 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