Browse
For agents
About
VikAppointments Services Booking Calendar
/
1.2.21
VikAppointments Services Booking Calendar
v1.2.21
Switch version
1.2.21
1.2.20
trunk
1.2.17
1.2.18
1.2.19
Overview
Code
vikappointments
/
modules
/
mod_vikappointments_services
/
src
/
owl.theme.min.css
owl.theme.min.css
6 lines
1013 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/*
*
2
* Owl Carousel v2.3.4
3
* Copyright 2013-2018 David Deutsch
4
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
5
*/
6
.
owl-theme
.
owl-dots
,
.
owl-theme
.
owl-nav
{
text-align
:
center
;
-webkit-tap-highlight-color
:
transparent
}
.
owl-theme
.
owl-nav
{
margin-top
:
10
px
}
.
owl-theme
.
owl-nav
[
class
*=
owl-
]
{
color
:
#
FFF
;
font-size
:
14
px
;
margin
:
5
px
;
padding
:
4
px
7
px
;
background
:
#
D6D6D6
;
display
:
inline-block
;
cursor
:
pointer
;
border-radius
:
3
px
}
.
owl-theme
.
owl-nav
[
class
*=
owl-
]
:
hover
{
background
:
#
869791
;
color
:
#
FFF
;
text-decoration
:
none
}
.
owl-theme
.
owl-nav
.
disabled
{
opacity
:
.5
;
cursor
:
default
}
.
owl-theme
.
owl-nav
.
disabled
+
.
owl-dots
{
margin-top
:
10
px
}
.
owl-theme
.
owl-dots
.
owl-dot
{
display
:
inline-block
;
zoom
:
1
}
.
owl-theme
.
owl-dots
.
owl-dot
span
{
width
:
10
px
;
height
:
10
px
;
margin
:
5
px
7
px
;
background
:
#
D6D6D6
;
display
:
block
;
-webkit-backface-visibility
:
visible
;
transition
:
opacity
.2
s
ease
;
border-radius
:
30
px
}
.
owl-theme
.
owl-dots
.
owl-dot
.
active
span
,
.
owl-theme
.
owl-dots
.
owl-dot
:
hover
span
{
background
:
#
869791
}