Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
8 lars 1
.shariff {
2
    .pinterest {
3
        a {
4
            background-color: #bd081c;
5
            &:hover {
6
                background-color: lighten(#bd081c, 5%);
7
            }
8
        }
9
        .fa-pinterest-p {
10
            font-size: 22px;
11
        }
12
        .share_count {
13
            color: #a31601;
14
            background-color: #eda79d;
15
        }
16
    }
17
    .theme-white {
18
        .pinterest a {
19
            color: #bd081c;
20
        }
21
    }
22
}
23
 
24
@media only screen and (min-width: 600px) {
25
    .shariff {
26
        .pinterest .fa-pinterest-p {
27
            font-size: 19px;
28
            position: relative;
29
            top: 1px;
30
        }
31
    }
32
}