Browse code

Update

Benjamin Roth authored on17/03/2023 09:52:56
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,38 @@
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_fullwidthstoerer {
12
+    .fullwidthstoerer--inner {
13
+      background-color: var(--bs-secondary);
14
+      color: var(--bs-white);
15
+      overflow: hidden;
16
+
17
+      .stoerer--content-column {
18
+        padding: 2rem 0;
19
+      }
20
+
21
+      .stoerer--headline {
22
+        > * {
23
+          margin-top: 0px;
24
+        }
25
+      }
26
+
27
+      img {
28
+      }
29
+
30
+      .stoerer--button {
31
+        margin-top: 1.5rem;
32
+
33
+        a.btn {
34
+        }
35
+      }
36
+    }
37
+  }
38
+}
0 39
\ No newline at end of file