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

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
4 lars 1
.shariff {
2
    .linkedin {
3
        a {
4
            background-color: #0077b5;
5
            &:hover {
6
                background-color: #0369a0;
7
            }
8
        }
9
        .fa-linkedin {
10
            font-size: 22px;
11
        }
12
        .share_count {
13
            color: #004785;
14
            background-color: #33AAE8;
15
        }
16
    }
17
    .theme-white {
18
        .linkedin a {
19
            color: #0077b5;
20
        }
21
    }
22
}
23
 
24
@media only screen and (min-width: 600px) {
25
    .shariff {
26
        .linkedin .fa-linkedin {
27
            font-size: 19px;
28
        }
29
    }
30
}