1
0
forked from rosa/hakurei
Files
hakurei/cmd/pkgserver/ui/static/test.scss

25 lines
344 B
SCSS

.root {
margin: 1rem 0;
}
details.test-node {
margin-left: 1rem;
padding: 0.2rem 0.5rem;
border-left: 2px dashed black;
> summary {
cursor: pointer;
}
&.failure > summary::marker {
color: red;
}
}
p.test-desc {
margin: 0 0 0 1rem;
padding: 2px 0;
}
.italic {
font-style: italic;
}