aboutsummaryrefslogtreecommitdiff
path: root/less/_fixed-width.less
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2018-11-13 12:28:35 +0530
committerKumar Priyansh <[email protected]>2018-11-13 12:28:35 +0530
commit997e64e900e92669055d72b24575407544635086 (patch)
treed624aadb49076797e5ce9aa1fbc95b0c5a527944 /less/_fixed-width.less
parentb9b67f24f6043e5f7658e6a8601af4d09e7783b0 (diff)
downloadaboutscreen-997e64e900e92669055d72b24575407544635086.tar.xz
aboutscreen-997e64e900e92669055d72b24575407544635086.zip
Added files via GIT
Diffstat (limited to 'less/_fixed-width.less')
-rw-r--r--less/_fixed-width.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/less/_fixed-width.less b/less/_fixed-width.less
new file mode 100644
index 0000000..be817c6
--- /dev/null
+++ b/less/_fixed-width.less
@@ -0,0 +1,6 @@
+// Fixed Width Icons
+// -------------------------
+.@{fa-css-prefix}-fw {
+ text-align: center;
+ width: (20em / 16);
+}