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;
border-top: 1px solid var(--border-plain-grey);
}
li {
border-bottom: 1px solid var(--border-plain-grey);
}
button {
font-size: 1rem;
line-height: 1.5rem;
}
legend {
width: 100%;
display: flex;
justify-content: space-between;
}
.reinit a {
background-image: none;
}