upend/webui/src/components/util.scss
Tomáš Mládek caedb78cea
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore, webui: take care of (some) lints
2023-08-25 23:35:29 +02:00

17 lines
279 B
SCSS

section.labelborder {
margin-top: 0.66rem;
header {
display: flex;
align-items: end;
justify-content: space-between;
border-bottom: 1px solid var(--foreground);
padding-bottom: 0.33rem;
margin-bottom: 0.33rem;
h3 {
margin: 0;
}
}
}