Subversion-Projekte lars-tiefland.ci

Revision

Revision 47 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

.shariff {
    .facebook {
        a {
            background-color: #3b5998;
            &:hover {
                background-color: #4273c8;
            }
        }
        .fa-facebook {
            font-size: 22px;
        }
        .share_count {
            color: #183a75;
            background-color: #99adcf;
        }
    }
    .theme-white {
        .facebook a {
            color: #3b5998;
        }
    }
}

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