aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/public/css/o-rtl.css
blob: 069a0fc031d1adc2c295a6b4a50cec640d3eb491 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.svg-arrow-previous::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 24'%3E%3Cpath d='M3 0L0 3l9 9-9 9 3 3 12-12' fill='%23000'/%3E%3C/svg%3E");
}

.svg-arrow-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 24'%3E%3Cpath d='M15 3l-3-3L0 12l12 12 3-3-9-9' fill='%23000'/%3E%3C/svg%3E");
}

.stepbar-item::after {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.page-item:last-child .page-link::before,
.page-item:first-child .page-link::before,
.page-item.presentation + .page-item .page-link::before,
.swiper-button-prev,
.swiper-button-next,
.doc-link::after,
.breadcrumb-item + .breadcrumb-item::before,
.o-link-arrow::after,
.o-link-arrow.back::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.alert .alert-icon::after,
.alert-sm .alert-icon::after {
  right: 2%;
}

.o-stepbar .stepbar-item::after,
.page-item:last-child .page-link::before,
.o-stepbar .stepbar-item.current::after,
.o-stepbar .stepbar-item.done::after {
  right: unset;
}

.custom-switch.right .custom-control-label::before {
  right: auto;
  left: 0;
}

.custom-switch .custom-control-label::before {
  background-position: .2rem;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-position: 2rem;
}

.o-link-arrow.back::before {
  padding: 0 .625rem 0 0;
}

.popover {
  right: auto;
  left: 0;
}
/*# sourceMappingURL=o-rtl.css.map */