fix(informations-produit) affiche les liens en souligné

This commit is contained in:
gcch 2024-10-30 21:31:10 +01:00
commit b63ebaebfe
5 changed files with 12 additions and 7 deletions

View file

@ -848,8 +848,11 @@ body:has(#menu-mobile:not([aria-hidden=true])) {
list-style: disc;
list-style-position: inside;
}
.informations-produit .onglets-details-produit > section a {
text-decoration-color: var(--couleur-noir);
}
.informations-produit .onglets-details-produit > section > * + * {
margin-top: 1lh;
margin-top: 1rem;
}
.informations-produit .onglets-details-produit > ul {
display: grid;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -82,8 +82,12 @@
list-style-position: inside;
}
a {
text-decoration-color: var(--couleur-noir);
}
> * + * {
margin-top: 1lh;
margin-top: 1rem;
}
}
@ -129,8 +133,6 @@
}
&:has(section:not([hidden])) {
// grid-template-rows: 12lh min-content;
> ul li a:not([aria-selected="true"]) {
border-top-color: var(--couleur-noir);
}