mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-31 12:52:13 +00:00
13 lines
141 B
SCSS
13 lines
141 B
SCSS
.avatar-name {
|
|
&:after {
|
|
color: get-color(black);
|
|
content: ',';
|
|
}
|
|
|
|
&:last-child {
|
|
&:after {
|
|
content: '';
|
|
}
|
|
}
|
|
}
|