Subversion-Projekte lars-tiefland.webanos.zeldi.de

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

.shariff {
    .linkedin {
        a {
            background-color: #0077b5;
            &:hover {
                background-color: #0369a0;
            }
        }
        .fa-linkedin {
            font-size: 22px;
        }
        .share_count {
            color: #004785;
            background-color: #33AAE8;
        }
    }
    .theme-white {
        .linkedin a {
            color: #0077b5;
        }
    }
}

@media only screen and (min-width: 600px) {
    .shariff {
        .linkedin .fa-linkedin {
            font-size: 19px;
        }
    }
}