UNPKG

1.8 kBSCSSView Raw
1$backdrop-opacity: 1 !default;
2$lg-toolbar-bg: linear-gradient(
3 0deg,
4 rgba(0, 0, 0, 0),
5 rgba(0, 0, 0, 0.4)
6) !default;
7$lg-border-radius-base: 2px !default;
8$lg-theme-highlight: rgb(169, 7, 7) !default;
9$lg-theme-color: #000 !default;
10
11// basic icon colours
12$lg-icon-bg: rgba(0, 0, 0, 0.45) !default;
13$lg-icon-color: #999 !default;
14$lg-icon-hover-color: #fff !default;
15
16// counter
17$lg-counter-color: #e6e6e6 !default;
18$lg-counter-font-size: 16px !default;
19
20// Next prev icons
21$lg-next-prev-bg: $lg-icon-bg !default;
22$lg-next-prev-color: $lg-icon-color !default;
23$lg-next-prev-hover-color: $lg-icon-hover-color !default;
24
25// toolbar icons
26$lg-toolbar-icon-color: $lg-icon-color !default;
27$lg-toolbar-icon-hover-color: $lg-icon-hover-color !default;
28$lg-toolbar-icon-disabled-opacity: 0.75 !default;
29
30// autoplay progress bar
31$lg-progress-bar-bg: #333 !default;
32$lg-progress-bar-active-bg: $lg-theme-highlight !default;
33$lg-progress-bar-height: 5px !default;
34
35// paths
36$lg-path-fonts: '../fonts' !default;
37$lg-path-images: '../images' !default;
38
39// Zoom plugin
40$zoom-transition-duration: 0.5s !default;
41
42// Sub html - titile
43$lg-sub-html-bg: linear-gradient(
44 180deg,
45 rgba(0, 0, 0, 0),
46 rgba(0, 0, 0, 0.6)
47) !default;
48$lg-sub-html-color: #eee !default;
49
50// thumbnail toggle button
51$lg-thumb-toggle-bg: #0d0a0a !default;
52$lg-thumb-toggle-color: $lg-icon-color !default;
53$lg-thumb-bg: #0d0a0a !default;
54$lg-thumb-container-height: 100px;
55
56// Pager
57
58// z-index
59$zindex-outer: 1050 !default;
60$zindex-progressbar: 1083 !default;
61$zindex-controls: 1084 !default;
62$zindex-toolbar: 1082 !default;
63$zindex-subhtml: 1080 !default;
64$zindex-components: 1080 !default;
65$zindex-pager: 1080 !default;
66$zindex-playbutton: 1080 !default;
67$zindex-item: 1060 !default;
68$zindex-backdrop: 1040 !default;