From 7e49db5ddefe8c515b5f3931a5c701efaac33d91 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 16 Dec 2022 17:45:03 -0600 Subject: change structure for new pyssg version --- static/font-awesome/scss/_stacked.scss | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 static/font-awesome/scss/_stacked.scss (limited to 'static/font-awesome/scss/_stacked.scss') diff --git a/static/font-awesome/scss/_stacked.scss b/static/font-awesome/scss/_stacked.scss deleted file mode 100644 index ae7ef4e..0000000 --- a/static/font-awesome/scss/_stacked.scss +++ /dev/null @@ -1,31 +0,0 @@ -// 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-54-g00ecf