eb56e5f2
Administrator
first commit
|
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
|
/*
* Default theme - Owl Carousel CSS File
*/
$color-base: #869791 !default;
$color-white: #FFF !default;
$color-gray: #D6D6D6 !default;
//nav
$nav-color: $color-gray;
$nav-color-hover: $primary-color;
$nav-font-size: 36px !default;
$nav-rounded: 3px !default;
$nav-margin: 5px !default;
$nav-padding: 4px 7px !default;
$nav-background: transperent;
$nav-background-hover: transperent;
$nav-disabled-opacity: 0.5 !default;
//dots
$dot-width: 64px !default;
$dot-height: 2px !default;
$dot-rounded: 30px !default;
$dot-margin: 20px 7px !default;
$dot-background: #d7d7d7;
$dot-background-active: $primary-color;
@import 'theme';
|