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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user