From c6393f86d70ca33385cc8029e9e5029c5627d5c3 Mon Sep 17 00:00:00 2001 From: Meet Mangukiya Date: Tue, 25 Feb 2020 03:29:49 +0530 Subject: Remove yarn/npm from docs Closes https://github.com/mitmproxy/mitmproxy/issues/3716 --- docs/src/assets/fa/_fixed-width.scss | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/src/assets/fa/_fixed-width.scss (limited to 'docs/src/assets/fa/_fixed-width.scss') diff --git a/docs/src/assets/fa/_fixed-width.scss b/docs/src/assets/fa/_fixed-width.scss new file mode 100644 index 00000000..5b33eb49 --- /dev/null +++ b/docs/src/assets/fa/_fixed-width.scss @@ -0,0 +1,6 @@ +// Fixed Width Icons +// ------------------------- +.#{$fa-css-prefix}-fw { + text-align: center; + width: (20em / 16); +} -- cgit v1.2.3