mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[style] add md size to Icon
This commit is contained in:
parent
e73c55f25e
commit
bec4582d5c
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@ export default {
|
||||||
min-width: 3rem;
|
min-width: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.md {
|
||||||
|
width: 1.25rem;
|
||||||
|
font-size: 1.25rem;
|
||||||
|
min-width: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
&.fs-sm {
|
&.fs-sm {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue