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 {
|
.follow-col {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
|
||||||
.fr-btn {
|
.fr-btn {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,7 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
border: 0;
|
border: none;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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%;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue