Browse code

Update

Benjamin Roth authored on17/03/2023 09:52:56
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,53 @@
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_row3sepstart {
12
+    &.with-bg {
13
+      position: relative;
14
+      padding-top: 1.5rem;
15
+      padding-bottom: 1.5rem;
16
+
17
+
18
+      > span:first-child {
19
+        position: absolute;
20
+        width: 200vw;
21
+        top: 0;
22
+        height: 100%;
23
+        display: block;
24
+        z-index: -1;
25
+      }
26
+    }
27
+  }
28
+
29
+
30
+  .row {
31
+    > .ce_rsce_row3sepstart.with-bg:first-child {
32
+      padding-right: 2.5rem;
33
+
34
+      > span:first-child {
35
+        right: 0;
36
+        margin-right: 10px;
37
+
38
+      }
39
+    }
40
+  }
41
+
42
+  .row {
43
+    > .ce_rsce_row3sepstart.with-bg:last-child {
44
+      padding-left: 2.5rem;
45
+
46
+      > span:first-child {
47
+        left: 0;
48
+        margin-left: 10px;
49
+
50
+      }
51
+    }
52
+  }
53
+}
0 54
\ No newline at end of file