Browse code

Initial commit

Benjamin Roth authored on16/03/2023 20:22:35
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,42 @@
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_stoerer {
12
+    position: absolute;
13
+    right: 25px;
14
+    top: 150px;
15
+    z-index: 10;
16
+
17
+
18
+    @include media-breakpoint-down(xxl) {
19
+      &.right-pos {
20
+        right: 15px !important;
21
+      }
22
+
23
+      &.left-pos {
24
+        left: 15px !important;
25
+      }
26
+    }
27
+
28
+    .ce--stoerer {
29
+      position: relative;
30
+
31
+      .stoerer--content {
32
+        position: absolute;
33
+        width: 80%;
34
+        top: 50%;
35
+        right: 50%;
36
+        transform: translate(50%, -50%);
37
+        padding: 0rem .75rem;
38
+        @include font-size(18px);
39
+      }
40
+    }
41
+  }
42
+}
0 43
\ No newline at end of file