Projekt

Obecné

Profil

Stáhnout (494 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
.w-65 {
2
    max-width: 65%;
3
}
4

    
5
.w-35 {
6
    max-width: 35%;
7
}
8

    
9
.caret-back::before {
10
    font-family: sans-serif;
11
    cursor: pointer;
12
    -webkit-user-select: none; /* Safari 3.1+ */
13
    -moz-user-select: none; /* Firefox 2+ */
14
    -ms-user-select: none; /* IE 10+ */
15
    user-select: none;
16
    content: "\25B6";
17
    display: inline-block;
18
    margin-right: 6px;
19
    -ms-transform: rotate(180deg); /* IE 9 */
20
    -webkit-transform: rotate(180deg); /* Safari */'
21
    transform: rotate(180deg);
22
}
(5-5/5)