aboutsummaryrefslogtreecommitdiff
path: root/app/less/_fixed-width.less
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-03-18 04:55:05 +0530
committerKumar Priyansh <[email protected]>2019-03-18 04:55:05 +0530
commit8245e29c8af4c22fe794d2adaa5256774b68d1b2 (patch)
tree56e449d2f1509afae1454d45537afa39fff15ac0 /app/less/_fixed-width.less
parent204849fb5511b7b3e0019a6c9df299897a297fd3 (diff)
downloadstyx-8245e29c8af4c22fe794d2adaa5256774b68d1b2.tar.xz
styx-8245e29c8af4c22fe794d2adaa5256774b68d1b2.zip
v0.1.0 Introductory
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);
+}