Change help__content to help-content to conform linting Regex

This commit is contained in:
Corinne Durrmeyer 2024-08-05 15:41:08 +02:00
parent 4e1332431b
commit e358f196e9
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6
5 changed files with 12 additions and 11 deletions

View file

@ -248,7 +248,7 @@ ul.dropdown-items {
content: none;
}
.help__content.fr-menu ul.fr-menu__list {
.help-content.fr-menu ul.fr-menu__list {
text-align: left;
font-size: 1rem;
@ -259,7 +259,7 @@ ul.dropdown-items {
}
}
.help__content.fr-menu ul.fr-menu__list li {
.help-content.fr-menu ul.fr-menu__list li {
padding: 0.75rem 1rem;
@media (min-width: 62em) {
@ -268,14 +268,15 @@ ul.dropdown-items {
}
}
.help__content.fr-menu ul.fr-menu__list li:not(:last-child) {
.help-content.fr-menu ul.fr-menu__list li:not(:last-child) {
@media (min-width: 62em) {
border-bottom: 1px solid $border-grey;
}
}
.help__content.fr-menu ul.fr-menu__list {
h1, p {
.help-content.fr-menu ul.fr-menu__list {
h1,
p {
font-size: inherit;
line-height: inherit;
}