Files
copenlight/styles/_metadata.scss
Ivan Carlos de Almeida 6fa41a771d
Some checks failed
Build, Push, Publish / Build & Release (push) Failing after 2s
Sync Repo / sync (push) Failing after 2s
first load
2025-12-16 04:40:00 -03:00

27 lines
345 B
SCSS

/***** Metadata *****/
.meta-group {
display: block;
}
.meta-group-opposite {
float: right;
}
[dir="rtl"] .meta-group-opposite {
float: left;
}
.meta-group * {
display: inline;
}
.meta-data {
color: $secondary-text-color;
font-size: $font-size-small;
&:not(:last-child)::after {
content: "\00B7";
margin: 0 5px;
}
}