Browse code

Update

Benjamin Roth authored on17/03/2023 09:52:56
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,76 @@
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_specialimagetext {
12
+
13
+    .image--wrapper {
14
+      &.image-left {
15
+        margin-bottom: 1.5rem;
16
+
17
+        @include media-breakpoint-up(md) {
18
+          margin-bottom: 0rem;
19
+        }
20
+      }
21
+
22
+      &.image-bottom {
23
+        text-align: right;
24
+
25
+
26
+        img {
27
+          max-width: 80%;
28
+          position: relative;
29
+          @include media-breakpoint-up(md) {
30
+            margin-top: rfs-value(-25px);
31
+            right: rfs-value(-50px);
32
+          }
33
+
34
+          @include media-breakpoint-up(xl) {
35
+            margin-top: rfs-value(-50px);
36
+          }
37
+        }
38
+
39
+      }
40
+    }
41
+
42
+    .content--wrapper {
43
+      position: relative;
44
+      @include padding-bottom(25px);
45
+
46
+      @include media-breakpoint-up(md) {
47
+        @include padding-bottom(125px);
48
+        @include padding-left(100px);
49
+        &:before {
50
+          content: "";
51
+          width: rfs-value(60px);
52
+          height: 2px;
53
+          background-color: var(--bs-gray-700);
54
+          position: absolute;
55
+          left: 0;
56
+          top: rfs-value(5px);
57
+        }
58
+      }
59
+
60
+      @include media-breakpoint-up(lg) {
61
+        &:before {
62
+          top: rfs-value(7px);
63
+          width: rfs-value(85px);
64
+        }
65
+      }
66
+
67
+      .headline--wrapper {
68
+
69
+      }
70
+
71
+      .text--wrapper {
72
+
73
+      }
74
+    }
75
+  }
76
+}
0 77
\ No newline at end of file