added various SVG and fixed display of footer and some shortcodes. Initial fix of...
[theme-danix.xyz.git] / assets / sass / components / _icons.scss
index d8f303b..1985d4c 100644 (file)
                }
        }
 
-       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;
+
+               li {
                        display: inline-block;
                        padding: 0 1em 0 0;