Browse code

Update

Benjamin Roth authored on17/03/2023 09:52:56
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,61 @@
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_2colscontent {
12
+
13
+    .row {
14
+      --bs-gutter-y: 2.5rem;
15
+    }
16
+
17
+    .row--wrapper {
18
+      &:not(:last-child) {
19
+        margin-bottom: rfs-value(40px);
20
+      }
21
+
22
+      .ce--headline {
23
+        * {
24
+          text-align: left;
25
+
26
+          &:after {
27
+            left: 0;
28
+            margin-left: 0px;
29
+          }
30
+        }
31
+      }
32
+
33
+      .column--wrapper {
34
+
35
+        .col--headline {
36
+          //margin-bottom: $headline-spacing;
37
+        }
38
+
39
+        .column--content {
40
+          flex-flow: column wrap;
41
+
42
+          &.flex-column-reverse {
43
+            .col--image {
44
+              margin-top: 1.25rem;
45
+              margin-bottom: 0rem;
46
+            }
47
+          }
48
+
49
+          .col--image {
50
+            margin-bottom: 1.25rem;
51
+          }
52
+        }
53
+
54
+        .col--buttons {
55
+          margin-top: 2rem;
56
+        }
57
+      }
58
+
59
+    }
60
+  }
61
+}
0 62
\ No newline at end of file