mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 15:40:22 +00:00
6 lines
121 B
SCSS
6 lines
121 B
SCSS
// Fixed Width Icons
|
|
// -------------------------
|
|
.#{$fa-css-prefix}-fw {
|
|
text-align: center;
|
|
width: $fa-fw-width;
|
|
}
|