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

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

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