X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Ffont-awesome%2Fscss%2F_stacked.scss;fp=www%2Ffont-awesome%2Fscss%2F_stacked.scss;h=0000000000000000000000000000000000000000;hp=aef7403660c9a2ccc02a264c62c6b105f7d8d532;hb=618e9b1d9e1c495396c5a019242492af4bee511c;hpb=9c2528aa24bf669be0c43a4117c9fa80cb19d410 diff --git a/www/font-awesome/scss/_stacked.scss b/www/font-awesome/scss/_stacked.scss deleted file mode 100644 index aef7403..0000000 --- a/www/font-awesome/scss/_stacked.scss +++ /dev/null @@ -1,20 +0,0 @@ -// Stacked Icons -// ------------------------- - -.#{$fa-css-prefix}-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.#{$fa-css-prefix}-stack-1x { line-height: inherit; } -.#{$fa-css-prefix}-stack-2x { font-size: 2em; } -.#{$fa-css-prefix}-inverse { color: $fa-inverse; }