mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 01:05:00 +00:00
Fix style for font-awesome avatar flair.
This commit is contained in:
parent
0d4f71e90b
commit
efe24f7cc6
@ -4,9 +4,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.avatar-flair {
|
.avatar-flair {
|
||||||
background-size: 40px;
|
$size: 40px;
|
||||||
height: 40px;
|
|
||||||
width: 40px;
|
background-size: $size;
|
||||||
|
height: $size;
|
||||||
|
width: $size;
|
||||||
|
|
||||||
|
i {
|
||||||
|
font-size: $size !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.group-avatar-flair, .group-name {
|
.group-avatar-flair, .group-name {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user