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_boxtitlesubtitle {
12
+    .boxtitlesubtitle {
13
+      position: relative;
14
+
15
+      @include media-breakpoint-down(sm) {
16
+        margin-top: rfs-value(40px);
17
+      }
18
+
19
+      .bts--url {
20
+        display: block;
21
+        position: absolute;
22
+        left: 0;
23
+        top: 0;
24
+        width: 100%;
25
+        height: 100%;
26
+      }
27
+
28
+      &:hover {
29
+        img {
30
+          opacity: 0.8;
31
+        }
32
+      }
33
+
34
+      .bts--image {
35
+        text-align: center;
36
+
37
+        img {
38
+          transition: opacity 0.3s ease;
39
+        }
40
+      }
41
+
42
+      .bts--content {
43
+        margin-top: rfs-value(12.5px);
44
+        text-align: center;
45
+
46
+        @include media-breakpoint-up(md) {
47
+          margin-top: rfs-value(25px);
48
+        }
49
+
50
+        .bts--headline {
51
+          color: var(--bs-primary);
52
+          font-weight: bold;
53
+        }
54
+
55
+        .bts--subline {
56
+          color: var(--bs-secondary);
57
+        }
58
+      }
59
+    }
60
+  }
61
+}
0 62
\ No newline at end of file