aggiunta menu import EC e fontawesome

This commit is contained in:
2023-10-04 20:33:04 +02:00
parent 9f74c49b76
commit f32e57d3bc
2119 changed files with 361297 additions and 45 deletions

View File

@@ -0,0 +1,19 @@
// sizing icons
// -------------------------
// literal magnification scale
.sizes-literal(@factor) when (@factor > 0) {
.sizes-literal((@factor - 1));
.@{fa-css-prefix}-@{factor}x {
font-size: (@factor * 1em);
}
}
.sizes-literal(10);
// step-based scale (with alignment)
each(.fa-sizes(), {
.@{fa-css-prefix}-@{key} {
.fa-size(@value);
}
});