Sha256: 4b4e5edb9aa7f4c5eddbaeb3eca829d8e226ea1aab1ac835e85cf53404526e77

Contents?: true

Size: 778 Bytes

Versions: 9

Compression:

Stored size: 778 Bytes

Contents

.social-network {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: -8px;
    @media (min-width: 1280px) {
        margin-bottom: -16px;
    }
    li {
        display: inline-block;
        margin: 0 8px;
        margin-bottom: 8px;
        @media (min-width: 1280px) {
            margin: 0 16px;
            margin-bottom: 16px;
        }
    }
    a {
        font-size: 1.5rem;
        background-color: white;
        width: 48px;
        height: 48px;
        line-height: 48px;
        display: block;
        border-radius: 50%;
        transition: opacity 0.3s ease;
        opacity: 0.6;
        &:hover {
            opacity: 1;
        }
    }
}

section.social {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
webdesign-sopelnik-0.2.1 _sass/widgets/_social-network.scss
webdesign-sopelnik-0.2.0 _sass/widgets/_social-network.scss
webdesign-sopelnik-0.1.9 _sass/widgets/_social-network.scss
webdesign-sopelnik-0.1.8 _sass/widgets/_social-network.scss
webdesign-sopelnik-0.1.7 _sass/widgets/_social-network.scss
webdesign-sopelnik-0.1.6 _sass/widgets/_social-network.scss
webdesign-sopelnik-0.1.5 _sass/widgets/_social-network.scss
webdesign-sopelnik-0.1.4 _sass/widgets/_social-network.scss
webdesign-sopelnik-0.1.3 _sass/widgets/_social-network.scss