fix(scss): lint errors
This commit is contained in:
parent
fa9bc5d185
commit
0480a0336d
4 changed files with 4 additions and 4 deletions
|
@ -85,6 +85,7 @@
|
|||
|
||||
.follow-col {
|
||||
width: 200px;
|
||||
|
||||
.fr-btn {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ textarea {
|
|||
}
|
||||
|
||||
fieldset {
|
||||
border: 0;
|
||||
border: none;
|
||||
padding-left: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
|
||||
.procedure-grid {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
& > a {
|
||||
> a {
|
||||
background-image: none; // remove DSFR underline
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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%;
|
||||
|
||||
|
|
Loading…
Reference in a new issue