2013-10-23 12:24:08 +08:00
|
|
|
// Fixed Width Icons
|
|
|
|
// -------------------------
|
2021-08-06 17:16:38 +08:00
|
|
|
@use "sass:math";
|
|
|
|
|
2013-10-23 12:24:08 +08:00
|
|
|
.#{$fa-css-prefix}-fw {
|
2021-08-06 17:16:38 +08:00
|
|
|
width: math.div(18em, 14);
|
2013-10-23 12:24:08 +08:00
|
|
|
text-align: center;
|
|
|
|
}
|