mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
DEV: Fix a sass warning (#21931)
This commit is contained in:
parent
3bfc6805ce
commit
4313cd5298
@ -274,7 +274,7 @@
|
||||
color: var(--primary);
|
||||
.d-icon {
|
||||
margin: auto;
|
||||
font-size: math.div(var(--avatar-width), 1.5);
|
||||
font-size: calc(var(--avatar-width) / 1.5);
|
||||
}
|
||||
&.rounded {
|
||||
border-radius: 50%;
|
||||
|
Loading…
Reference in New Issue
Block a user