Adapt Icon sizes

This commit is contained in:
Chi Vinh Le
2018-08-03 15:33:04 +02:00
parent 64b579695e
commit d05508d574
3 changed files with 76 additions and 76 deletions
+6 -6
View File
@@ -37,18 +37,18 @@
}
.sm {
font-size: 14px;
width: 14px;
}
.md {
font-size: 18px;
width: 18px;
}
.md {
.lg {
font-size: 24px;
width: 24px;
}
.lg {
.xl {
font-size: 36px;
width: 36px;
}
.xl {
font-size: 48px;
width: 48px;
}