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 { .follow-col {
width: 200px; width: 200px;
.fr-btn { .fr-btn {
margin-bottom: 0; margin-bottom: 0;
} }

View file

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

View file

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

View file

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