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

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
4 lars 1
.shariff {
2
    .info {
3
        border: 1px solid #ccc;
4
        a {
5
            color: #666;
6
            background-color: #fff;
7
            &:hover {
8
                background-color: #efefef;
9
            }
10
        }
11
        .fa-info {
12
            font-size: 20px;
13
            width: 33px;
14
        }
15
        .share_text {
16
            display: block !important;
17
            text-indent: -9999px !important;
18
        }
19
    }
20
    .theme-grey {
21
        .info a {
22
            background-color: #fff;
23
            &:hover {
24
                background-color: #efefef;
25
            }
26
        }
27
    }
28
    .orientation-vertical {
29
        .info {
30
            width: 35px;
31
            float: right;
32
        }
33
    }
34
}
35
 
36
@media only screen and (min-width: 360px) {
37
    .shariff .orientation-horizontal .info {
38
        flex: none !important;
39
        width: 35px;
40
        min-width: 35px !important;
41
    }
42
}
43
 
44
@media only screen and (min-width: 1024px) {
45
    .shariff {
46
        .info .fa-info {
47
            font-size: 16px;
48
            width: 23px;
49
        }
50
        .orientation-horizontal .info {
51
            width: 25px;
52
            min-width: 25px !important;
53
        }
54
        .orientation-vertical .info {
55
            width: 25px;
56
        }
57
    }
58
}