14 lines
363 B
SCSS
14 lines
363 B
SCSS
@import '../../../components/pill/index';
|
|
html.template-service.template-show main dl {
|
|
display: flex;
|
|
margin-bottom: 1.4em;
|
|
}
|
|
html.template-service.template-show main dt {
|
|
display: none;
|
|
}
|
|
// TODO: Generalize this, also see nodes/index
|
|
html.template-service.template-list td.tags span,
|
|
html.template-service.template-show main dd span {
|
|
@extend %pill;
|
|
}
|