mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-03 06:13:14 +00:00
13 lines
141 B
SCSS
13 lines
141 B
SCSS
![]() |
.avatar-name {
|
||
|
&:after {
|
||
|
color: get-color(black);
|
||
|
content: ',';
|
||
|
}
|
||
|
|
||
|
&:last-child {
|
||
|
&:after {
|
||
|
content: '';
|
||
|
}
|
||
|
}
|
||
|
}
|