upend/webui/src/components/util.scss

18 lines
279 B
SCSS
Raw Normal View History

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;
2022-01-28 22:27:02 +01:00
}
}
}