panel icons size

This commit is contained in:
Yuri Kuznetsov
2024-11-17 20:35:45 +02:00
parent b8c421aee4
commit cc5c0678c7
+6
View File
@@ -609,6 +609,12 @@ body {
line-height: 1.5;
float: left;
}
> .btn-sm {
.fas, .far {
font-size: var(--14px);
}
}
}
}