diff options
Diffstat (limited to 'docs/style/fa/_fixed-width.scss')
-rw-r--r-- | docs/style/fa/_fixed-width.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/style/fa/_fixed-width.scss b/docs/style/fa/_fixed-width.scss new file mode 100644 index 00000000..5b33eb49 --- /dev/null +++ b/docs/style/fa/_fixed-width.scss @@ -0,0 +1,6 @@ +// Fixed Width Icons +// ------------------------- +.#{$fa-css-prefix}-fw { + text-align: center; + width: (20em / 16); +} |