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

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

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