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 {
|
.favorite[aria-pressed="false"]:hover::before {
|
||||||
content: "Ajouter dans mes favoris";
|
content: "Ajouter dans mes favoris";
|
||||||
background: var(--color-background);
|
background: var(--color-background);
|
||||||
padding: 1.3rem 4rem 1.25rem 1rem;
|
padding: 1.3rem 3.5rem 1.25rem 1rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
inset: -2px;
|
inset: -2px;
|
||||||
|
|
@ -145,6 +145,7 @@ function changeTab(newValue) {
|
||||||
color: var(--color-grey-700);
|
color: var(--color-grey-700);
|
||||||
letter-spacing: var(--tracking-wide);
|
letter-spacing: var(--tracking-wide);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
font-size: var(--text-sm);
|
||||||
}
|
}
|
||||||
.favorite[aria-pressed="true"] {
|
.favorite[aria-pressed="true"] {
|
||||||
color: var(--color-brand);
|
color: var(--color-brand);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue