Browse code

Update

Benjamin Roth authored on17/03/2023 09:52:56
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,33 @@
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_teaserstripe {
12
+    .ce--inner{
13
+            &.with-bg {
14
+          padding: rfs-value(30px) 0px;
15
+        }
16
+
17
+    }
18
+    .ce--teaser-stripe {
19
+      .ts--inner {
20
+
21
+        .ts--text {
22
+          &.dynamic-fontsize-sm {
23
+            line-height: var(--bs-body-line-height-sm);
24
+
25
+            * {
26
+              line-height: var(--bs-body-line-height-sm);
27
+            }
28
+          }
29
+        }
30
+      }
31
+    }
32
+  }
33
+}
0 34
\ No newline at end of file