correct haml and scss lints

This commit is contained in:
Christophe Robillard 2022-10-31 11:36:24 +01:00
parent a5a93260cf
commit afcb811a8e
2 changed files with 30 additions and 26 deletions

View file

@ -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;
} }