Sha256: 26674f5ac44f397e4b585be53f8e45fe48fce6426ec93c8b547fb6f6683a60ec
Contents?: true
Size: 755 Bytes
Versions: 437
Compression:
Stored size: 755 Bytes
Contents
.social-icons__icons { background-color: $primary-red; border-radius: 50%; height: 33px; margin: 4px; padding: 2px; transition-property: background-color; transition-timing-function: ease; transition-duration: .3s; width: 33px; } @media screen and (min-width: 360px) { .social-icons__icons { height: 40px; margin: 5px; width: 40px; } } @media screen and (min-width: 412px) { .social-icons__icons { height: 50px; width: 50px; } } a.social-icons__links, a.social-icons__links .social-icons__icons { text-decoration: none !important; // Get rid of default link-underline on hover } a.social-icons__links:hover .social-icons__icons { text-decoration: none !important; background-color: $primary-blue; }
Version data entries
437 entries across 437 versions & 3 rubygems