mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-08 09:20:01 +02:00
14 lines
196 B
SCSS
14 lines
196 B
SCSS
.content-meta {
|
|
margin-top: 0;
|
|
color: var(--gray);
|
|
|
|
&[show-comma="true"] {
|
|
> span:not(:last-child) {
|
|
margin-right: 8px;
|
|
|
|
&::after {
|
|
content: ",";
|
|
}
|
|
}
|
|
}
|
|
}
|