Browse code

Update

Benjamin Roth authored on17/03/2023 09:52:56
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,40 @@
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
+
12
+  .ce_rsce_videoslider {
13
+
14
+    .swiper {
15
+      .swiper-slide {
16
+        a {
17
+          text-decoration: none;
18
+        }
19
+
20
+        .slide-caption {
21
+          display: block;
22
+          padding-top: rfs-value(5px);
23
+          text-align: center;
24
+          font-weight: $font-weight-semibold;
25
+          @include font-size(15px);
26
+          text-decoration: none;
27
+          color: var(--bs-body-color);
28
+        }
29
+
30
+        .slide-description {
31
+          @include font-size(14px);
32
+        }
33
+      }
34
+
35
+
36
+    }
37
+
38
+
39
+  }
40
+}
0 41
\ No newline at end of file