12 lines
284 B
Plaintext
12 lines
284 B
Plaintext
|
@import (reference) "~src/assets/openaire-theme/less/_import-variables";
|
||
|
|
||
|
.entity-metadata {
|
||
|
|
||
|
& > *:not(:last-child):not(.other-separator)::after {
|
||
|
content: "\2022";
|
||
|
font-weight: normal;
|
||
|
margin-left: @global-xsmall-margin;
|
||
|
margin-right: @global-xsmall-margin;
|
||
|
}
|
||
|
}
|