summaryrefslogtreecommitdiff
path: root/static/fa/scss/_stacked.scss
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-06-01 03:21:33 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-06-01 03:21:33 -0600
commit6d2c067f0d6bc78eef7ececcec3eba71cbb5d80c (patch)
treefeb9c3b13d2603526fee6fbd876f5bd8dfe5bcf2 /static/fa/scss/_stacked.scss
parentbda8405ebdf2cad9cd2f316d6e5371fece798353 (diff)
add fork awesome, contact and donate pages, update general style and update readme
Diffstat (limited to 'static/fa/scss/_stacked.scss')
-rw-r--r--static/fa/scss/_stacked.scss31
1 files changed, 0 insertions, 31 deletions
diff --git a/static/fa/scss/_stacked.scss b/static/fa/scss/_stacked.scss
deleted file mode 100644
index ae7ef4e..0000000
--- a/static/fa/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;
-}