From 568553394d0a8b34668a75c9839a0f1f426469b2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 6 Oct 2019 21:10:46 +0200 Subject: theme: Switch to docsy theme --- .../assets/vendor/Font-Awesome/scss/_stacked.scss | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 themes/docsy/assets/vendor/Font-Awesome/scss/_stacked.scss (limited to 'themes/docsy/assets/vendor/Font-Awesome/scss/_stacked.scss') diff --git a/themes/docsy/assets/vendor/Font-Awesome/scss/_stacked.scss b/themes/docsy/assets/vendor/Font-Awesome/scss/_stacked.scss new file mode 100644 index 0000000..ae7ef4e --- /dev/null +++ b/themes/docsy/assets/vendor/Font-Awesome/scss/_stacked.scss @@ -0,0 +1,31 @@ +// Stacked Icons +// ------------------------- + +.#{$fa-css-prefix}-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: middle; + width: ($fa-fw-width*2); +} + +.#{$fa-css-prefix}-stack-1x, +.#{$fa-css-prefix}-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; +} + +.#{$fa-css-prefix}-stack-1x { + line-height: inherit; +} + +.#{$fa-css-prefix}-stack-2x { + font-size: 2em; +} + +.#{$fa-css-prefix}-inverse { + color: $fa-inverse; +} -- cgit v1.2.3