Subversion-Projekte lars-tiefland.zeldi.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

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