aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/hotfix.css.scss
blob: 4da9d36caec3d14806fc8ddb5ace72599134d5f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// favoriters count (xxx FAVS / xxx RTS)
.status-responses dt {
    width: 40px;
}

// favoriters list
.status-responses dd {
    min-height: 44px;
}

// favoriter's icon
.status-responses dd li a {
    display: block;
    width: 44px;
    height: 44px;
}

@media(min-width: 768px) {
    .status-responses dd {
        min-height: 42px;
    }

    .status-responses dd li a {
        width: 42px;
        height: 42px;
    }
}