X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=assets%2Fsass%2Fcomponents%2F_icons.scss;h=ceffd05c9eba97d27379fbab950f503b19a627fe;hb=ca7530825d1ff39bb77947934ef24187a9590fcf;hp=d8f303b07cdde156616a1245ddc0f5aa3d58c3ff;hpb=b8ef5fe023a064d1e609b257786822095d85bb96;p=theme-danix.xyz.git diff --git a/assets/sass/components/_icons.scss b/assets/sass/components/_icons.scss index d8f303b..ceffd05 100644 --- a/assets/sass/components/_icons.scss +++ b/assets/sass/components/_icons.scss @@ -54,16 +54,57 @@ @include breakpoint('<=small') { li { padding: 0 0.75em 0 0; + a { + span.inline-svg { + svg { + width: 3rem; + height: 3rem; + } + } + } } } } - ul.footer-socials { + ul.social-sharer { cursor: default; list-style: none; padding-left: 0; - li.social-link { + 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;