DEV: Fix a sass warning (#21931)

This commit is contained in:
Jarek Radosz 2023-06-05 18:57:33 +02:00 committed by GitHub
parent 3bfc6805ce
commit 4313cd5298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%;