1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): add more icons sizes #211

This commit is contained in:
Awilum
2020-01-31 18:32:48 +03:00
parent e54db657b5
commit 7bbd433803

View File

@@ -22,3 +22,27 @@
width: 2rem;
height: 2rem;
}
.icon--xl > svg
{
width: 3rem;
height: 3rem;
}
.icon--2xl > svg
{
width: 4rem;
height: 4rem;
}
.icon--3xl > svg
{
width: 4rem;
height: 4rem;
}
.icon--4xl > svg
{
width: 5rem;
height: 5rem;
}