Projekt

Obecné

Profil

Stáhnout (525 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 0e7fa934 Jan Pašek
[v-cloak] {
2
  display: none;
3 9c4ac3c5 Jan Pašek
}
4
5
.w-65 {
6
    max-width: 65%;
7
}
8
9
.w-35 {
10
    max-width: 35%;
11
}
12
13
.caret-top::before {
14
    font-family: sans-serif;
15
    cursor: pointer;
16
    -webkit-user-select: none; /* Safari 3.1+ */
17
    -moz-user-select: none; /* Firefox 2+ */
18
    -ms-user-select: none; /* IE 10+ */
19
    user-select: none;
20
    content: "\25B6";
21
    display: inline-block;
22
    margin-right: 6px;
23
    -ms-transform: rotate(270deg); /* IE 9 */
24
    -webkit-transform: rotate(270deg); /* Safari */'
25
    transform: rotate(270deg);
26 0e7fa934 Jan Pašek
}