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

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
4 lars 1
.shariff {
2
    .whatsapp {
3
        a {
4
            background-color: #5cbe4a;
5
            &:hover {
6
                background-color: #34af23;
7
            }
8
        }
9
        .fa-whatsapp {
10
            font-size: 28px;
11
        }
12
    }
13
    .theme-white {
14
        .whatsapp a {
15
            color: #5cbe4a;
16
        }
17
    }
18
}
19
 
20
@media only screen and (min-width: 600px) {
21
    .shariff {
22
        .whatsapp .fa-whatsapp {
23
            font-size: 22px;
24
        }
25
    }
26
}