This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
FunctionProject/css/libs/fontawesome/scss/_fixed-width.scss

7 lines
121 B
SCSS
Raw Normal View History

2019-10-04 22:24:27 +02:00
// Fixed Width Icons
// -------------------------
.#{$fa-css-prefix}-fw {
text-align: center;
width: $fa-fw-width;
}