diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-08-08 12:07:26 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-08-08 12:07:26 +0800 |
| commit | 78e4ef32c4264a85ba40a8996a93ecb82930d28e (patch) | |
| tree | 6c340ed355d8cbbf8bc354acfced31fffb42039e /www/packages/fontawesome-free/scss/_stacked.scss | |
| parent | 47c5e467a1dd66d418dc15c48b34646ee7fd7da4 (diff) | |
update fontwaewsome, more social links
Diffstat (limited to 'www/packages/fontawesome-free/scss/_stacked.scss')
| -rw-r--r-- | www/packages/fontawesome-free/scss/_stacked.scss | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/www/packages/fontawesome-free/scss/_stacked.scss b/www/packages/fontawesome-free/scss/_stacked.scss new file mode 100644 index 0000000..dbc86e1 --- /dev/null +++ b/www/packages/fontawesome-free/scss/_stacked.scss @@ -0,0 +1,35 @@ +// stacking icons +// ------------------------- +@use 'variables' as v; + +.#{v.$css-prefix}-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: v.$stack-vertical-align; + width: v.$stack-width; +} + +.#{v.$css-prefix}-stack-1x, +.#{v.$css-prefix}-stack-2x { + --#{v.$css-prefix}-width: 100%; + + inset: 0; + position: absolute; + text-align: center; + width: var(--#{v.$css-prefix}-width); + z-index: var(--#{v.$css-prefix}-stack-z-index, #{v.$stack-z-index}); +} + +.#{v.$css-prefix}-stack-1x { + line-height: inherit; +} + +.#{v.$css-prefix}-stack-2x { + font-size: 2em; +} + +.#{v.$css-prefix}-inverse { + color: var(--#{v.$css-prefix}-inverse, #{v.$inverse}); +} |
