1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,32 @@ |
1 |
+@import "../../variables-layout"; |
|
2 |
+ |
|
3 |
+@import "../../../_vendor/node_modules/bootstrap/scss/functions"; |
|
4 |
+@import "../../../_vendor/node_modules/bootstrap/scss/variables"; |
|
5 |
+@import "../../../_vendor/node_modules/bootstrap/scss/mixins"; |
|
6 |
+ |
|
7 |
+@import "../../scss-variables"; |
|
8 |
+@import "../../_theme/variables-layout"; |
|
9 |
+ |
|
10 |
+html body { |
|
11 |
+ .ce_rsce_slider { |
|
12 |
+ .slider-subline { |
|
13 |
+ display: block; |
|
14 |
+ padding: rfs-value(15px 0px 0px 0px); |
|
15 |
+ } |
|
16 |
+ |
|
17 |
+ |
|
18 |
+ .swiper { |
|
19 |
+ |
|
20 |
+ } |
|
21 |
+ |
|
22 |
+ |
|
23 |
+ .swiper.swiper-coverflow { |
|
24 |
+ .swiper-slide { |
|
25 |
+ &.swiper-slide-next, &.swiper-slide-prev { |
|
26 |
+ |
|
27 |
+ } |
|
28 |
+ } |
|
29 |
+ } |
|
30 |
+ |
|
31 |
+ } |
|
32 |
+} |
|
0 | 33 |
\ No newline at end of file |