Browse code

Update

Benjamin Roth authored on17/03/2023 09:52:56
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,73 @@
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_mitarbeiter {
12
+    margin-bottom: rfs-value(-25px);
13
+
14
+    .row > div {
15
+      margin-bottom: rfs-value(25px);
16
+    }
17
+
18
+    .ma--element {
19
+      display: flex;
20
+      flex-flow: column nowrap;
21
+      height: 100%;
22
+
23
+      .ma--image {
24
+        position: relative;
25
+
26
+        > a {
27
+          display: block;
28
+          position: relative;
29
+          z-index: 22;
30
+          text-align: center;
31
+        }
32
+
33
+        .badge {
34
+          padding: .5rem;
35
+          position: absolute;
36
+          bottom: .75rem;
37
+          left: .75rem;
38
+        }
39
+      }
40
+
41
+      .ma--details {
42
+        @include padding(10px 0px 0px 0px);
43
+        @include font-size(18px);
44
+        flex: 1;
45
+
46
+
47
+        span.name {
48
+          color: var(--bs-primary);
49
+        }
50
+
51
+        &.with-bg {
52
+          padding: 1.5rem 1rem;
53
+        }
54
+
55
+        .job-subline {
56
+          @include font-size(14px);
57
+
58
+          @include media-breakpoint-up(md) {
59
+            min-height: rfs-value(42px);
60
+          }
61
+        }
62
+
63
+        .job-desc {
64
+          margin-top: 0.75rem;
65
+
66
+          a {
67
+            text-decoration: none;
68
+          }
69
+        }
70
+      }
71
+    }
72
+  }
73
+}
0 74
\ No newline at end of file