mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
8 lines
122 B
SCSS
8 lines
122 B
SCSS
// fixed-width icons
|
|
// -------------------------
|
|
|
|
.#{$fa-css-prefix}-fw {
|
|
text-align: center;
|
|
width: $fa-fw-width;
|
|
}
|