fix(scss): lint errors

This commit is contained in:
Colin Darie 2022-10-06 17:01:29 +02:00
parent fa9bc5d185
commit 0480a0336d
4 changed files with 4 additions and 4 deletions

View file

@ -85,6 +85,7 @@
.follow-col {
width: 200px;
.fr-btn {
margin-bottom: 0;
}

View file

@ -32,7 +32,7 @@ textarea {
}
fieldset {
border: 0;
border: none;
padding-left: 0;
padding-bottom: 0;
}

View file

@ -1,9 +1,8 @@
.procedure-grid {
display: flex;
flex-wrap: wrap;
& > a {
> a {
background-image: none; // remove DSFR underline
}
}

View file

@ -11,8 +11,8 @@
}
a {
background-image: none; // remove DSFR underline
@include vertical-padding(24px);
background-image: none; // remove DSFR underline
color: $black;
width: 100%;