X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=assets%2Fsass%2Fcomponents%2F_icons.scss;h=ceffd05c9eba97d27379fbab950f503b19a627fe;hb=7e7766c9ada48098c94bd94aaac04f919dfb3297;hp=32e99f99c0edc4359924eee7cf8666d6e40ef15a;hpb=748286b530a4b000cac6b88bbcebb258056a9e77;p=theme-danix.xyz.git diff --git a/assets/sass/components/_icons.scss b/assets/sass/components/_icons.scss index 32e99f9..ceffd05 100644 --- a/assets/sass/components/_icons.scss +++ b/assets/sass/components/_icons.scss @@ -40,6 +40,7 @@ padding-right: 0; } a { + border-bottom: none; text-decoration: none; span.inline-svg { svg { @@ -53,6 +54,91 @@ @include breakpoint('<=small') { li { padding: 0 0.75em 0 0; + a { + span.inline-svg { + svg { + width: 3rem; + height: 3rem; + } + } + } + } + } + } + + ul.social-sharer { + cursor: default; + list-style: none; + padding-left: 0; + + li { + display: inline-block; + padding: 0 1em 0 0; + + &:last-child { + padding-right: 0; + } + a { + border-bottom: none; + text-decoration: none; + span.inline-svg { + svg { + width: 4rem; + height: 4rem; + } + } + } + } + + @include breakpoint('<=small') { + li { + padding: 0 0.75em 0 0; + } + } + } + + ul.footer-socials, + ul.footer-tools { + cursor: default; + list-style: none; + padding-left: 0; + text-align: center !important; + + li { + display: inline-block; + padding: 0 1em 0 0; + + &:last-child { + padding-right: 0; + } + a { + border-bottom: none; + text-decoration: none; + span.inline-svg { + svg { + width: 2.5rem; + height: 2.5rem; + } + } + } + } + + @include breakpoint('<=small') { + li { + padding: 0 0.75em 0 0; + } + } + } + + div#backtotop { + @include position(fixed, null 1rem 1rem null); + a { + border-bottom: none; + span.inline-svg { + svg { + width: 2rem; + height: 2rem; + } } } } \ No newline at end of file