mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
8 lines
122 B
SCSS
Executable File
8 lines
122 B
SCSS
Executable File
// fixed-width icons
|
|
// -------------------------
|
|
|
|
.#{$fa-css-prefix}-fw {
|
|
text-align: center;
|
|
width: $fa-fw-width;
|
|
}
|