mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix incorrect style for avatar flair icon preview.
This commit is contained in:
parent
e97efe3ac6
commit
06d501ad41
@ -3,15 +3,17 @@
|
|||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar-flair {
|
.group-avatar-flair {
|
||||||
$size: 40px;
|
.avatar-flair {
|
||||||
|
$size: 40px;
|
||||||
|
|
||||||
background-size: $size;
|
background-size: $size;
|
||||||
height: $size;
|
height: $size;
|
||||||
width: $size;
|
width: $size;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
font-size: $size !important;
|
font-size: $size !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user