72d1d60bb8
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
6 lines
121 B
SCSS
6 lines
121 B
SCSS
// Fixed Width Icons
|
|
// -------------------------
|
|
.#{$fa-css-prefix}-fw {
|
|
text-align: center;
|
|
width: $fa-fw-width;
|
|
}
|