[style] add md size to Icon

This commit is contained in:
axolotle 2022-11-08 14:40:18 +01:00
parent e73c55f25e
commit bec4582d5c

View file

@ -24,6 +24,12 @@ export default {
min-width: 3rem;
}
&.md {
width: 1.25rem;
font-size: 1.25rem;
min-width: 1.25rem;
}
&.fs-sm {
font-size: 1rem;
}