Add Targets component to Show component

This commit is contained in:
taitus
2021-01-27 20:00:55 +01:00
committed by Javi Martín
parent 857a6aa228
commit f45bbb316c
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
.sdg-goal-show .targets {
dt,
dd {
display: inline;
}
dd {
&::after {
content: "";
display: block;
}
&:not(:last-child)::after {
margin-bottom: $line-height / 2;
}
}
}