X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=assets%2Fsass%2Fcomponents%2F_icons.scss;fp=assets%2Fsass%2Fcomponents%2F_icons.scss;h=d8f303b07cdde156616a1245ddc0f5aa3d58c3ff;hb=b8ef5fe023a064d1e609b257786822095d85bb96;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..d8f303b 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 { @@ -55,4 +56,48 @@ padding: 0 0.75em 0 0; } } + } + + ul.footer-socials { + cursor: default; + list-style: none; + padding-left: 0; + + li.social-link { + 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