Add Targets component to Show component
This commit is contained in:
18
app/assets/stylesheets/sdg/goals/targets.scss
Normal file
18
app/assets/stylesheets/sdg/goals/targets.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user