Fix "Ajouter dans mes favoris" font-size and padding-right
This commit is contained in:
parent
5d604d0499
commit
39a1d40101
1 changed files with 2 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ function changeTab(newValue) {
|
|||
.favorite[aria-pressed="false"]:hover::before {
|
||||
content: "Ajouter dans mes favoris";
|
||||
background: var(--color-background);
|
||||
padding: 1.3rem 4rem 1.25rem 1rem;
|
||||
padding: 1.3rem 3.5rem 1.25rem 1rem;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
inset: -2px;
|
||||
|
|
@ -145,6 +145,7 @@ function changeTab(newValue) {
|
|||
color: var(--color-grey-700);
|
||||
letter-spacing: var(--tracking-wide);
|
||||
font-weight: 500;
|
||||
font-size: var(--text-sm);
|
||||
}
|
||||
.favorite[aria-pressed="true"] {
|
||||
color: var(--color-brand);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue