81a4a68b11
This also includes the missing WOFF2 and SVG files that were causing errors for some. This closes https://github.com/select2/select2/issues/4160.
7 lines
120 B
SCSS
7 lines
120 B
SCSS
// Fixed Width Icons
|
|
// -------------------------
|
|
.#{$fa-css-prefix}-fw {
|
|
width: (18em / 14);
|
|
text-align: center;
|
|
}
|