aboutsummaryrefslogtreecommitdiff
path: root/app/less/_fixed-width.less
diff options
context:
space:
mode:
Diffstat (limited to 'app/less/_fixed-width.less')
-rw-r--r--app/less/_fixed-width.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/less/_fixed-width.less b/app/less/_fixed-width.less
new file mode 100644
index 0000000..be817c6
--- /dev/null
+++ b/app/less/_fixed-width.less
@@ -0,0 +1,6 @@
+// Fixed Width Icons
+// -------------------------
+.@{fa-css-prefix}-fw {
+ text-align: center;
+ width: (20em / 16);
+}