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

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
4 lars 1
.shariff {
2
    .twitter {
3
        a {
4
            background-color: #55acee;
5
            &:hover {
6
                background-color: #32bbf5;
7
            }
8
        }
9
        .fa-twitter {
10
            font-size: 28px;
11
        }
12
        .share_count {
13
            color: #0174a4;
14
            background-color: #96D4EE;
15
        }
16
    }
17
    .theme-white {
18
        .twitter a {
19
            color: #55acee;
20
        }
21
    }
22
}
23
 
24
@media only screen and (min-width: 600px) {
25
    .shariff {
26
        .twitter .fa-twitter {
27
            font-size: 24px;
28
        }
29
    }
30
}