-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-slider.css
84 lines (73 loc) · 1.42 KB
/
config-slider.css
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
.owl-theme .owl-dots,
.owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme.hero_logo_slider .owl-dots,
.owl-theme .owl-nav {
display: none;
}
.owl-theme .owl-nav {
margin-top: 10px;
display: none;
}
.owl-theme .owl-nav [class*="owl-"] {
color: #fff;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #d6d6d6;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 25px;
}
.owl-item.active {
display: flex;
justify-content: center;
}
.owl-stage {
display: flex;
justify-content: center;
align-items: start;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
background: none;
border: none;
}
.owl-theme .owl-dots .owl-dot span {
width: 13px;
height: 13px;
margin: 5px 7px;
background: rgb(0, 0, 0, 0.3) !important;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 0.2s ease;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span {
background: #000000 !important;
width: 33px;
}
.owl-theme .owl-dots .owl-dot span {
cursor: pointer;
}
.slider .owl-loaded {
max-width: 1200px;
max-height: 87px;
margin: auto;
display: block;
}
@media only screen and (max-width: 767px) {
.owl-theme .owl-dots .owl-dot span {
margin: 5px 5px;
}
}