correct haml and scss lints
This commit is contained in:
parent
a5a93260cf
commit
afcb811a8e
2 changed files with 30 additions and 26 deletions
|
@ -4,18 +4,22 @@
|
||||||
padding-inline-start: 0;
|
padding-inline-start: 0;
|
||||||
border-top: 1px solid var(--border-plain-grey);
|
border-top: 1px solid var(--border-plain-grey);
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
border-bottom: 1px solid var(--border-plain-grey);
|
border-bottom: 1px solid var(--border-plain-grey);
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
legend {
|
legend {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reinit a {
|
.reinit a {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue