mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-06-16 09:46:39 +00:00
15 lines
193 B
SCSS
15 lines
193 B
SCSS
.content-meta {
|
|
margin-top: 0;
|
|
color: var(--gray);
|
|
|
|
&[show-comma="true"] {
|
|
> *:not(:last-child) {
|
|
margin-right: 8px;
|
|
|
|
&::after {
|
|
content: ",";
|
|
}
|
|
}
|
|
}
|
|
}
|