mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-06-19 15:21:22 +00:00
7 lines
120 B
SCSS
Executable File
7 lines
120 B
SCSS
Executable File
// Fixed Width Icons
|
|
// -------------------------
|
|
.#{$fa-css-prefix}-fw {
|
|
width: (18em / 14);
|
|
text-align: center;
|
|
}
|