@leuffen/themejs1 6.1.12 → 6.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -36,3 +36,6 @@ Für Zahnärzte:
|
|
|
36
36
|

|
|
37
37
|

|
|
38
38
|

|
|
39
|
+

|
|
40
|
+

|
|
41
|
+

|
|
@@ -9,10 +9,17 @@ layout: 2_script
|
|
|
9
9
|
<a href="/">
|
|
10
10
|
<img src="/assets/logo.webp" alt="{{ site.data.general.logoalt }}" height="64" class="p-1" style="float:left">
|
|
11
11
|
<div style="font-size: 1.1em;float:right" class="m-2 text-dark">
|
|
12
|
-
|
|
12
|
+
Logo in Bearbeitung
|
|
13
13
|
</div>
|
|
14
14
|
</a>
|
|
15
15
|
</div>
|
|
16
|
+
<!-- Brand mit Überhöhe -->
|
|
17
|
+
<!--div class="brand position-absolute" style="margin-right: 20px;top:20px; z-index: 0;">
|
|
18
|
+
<a href="/">
|
|
19
|
+
<img src="/assets/logo128t.svg" alt="{{ site.data.general.logoalt }}" height="135" class="p-1" style="float:left;margin-top: -15px">
|
|
20
|
+
|
|
21
|
+
</a>
|
|
22
|
+
</div-->
|
|
16
23
|
|
|
17
24
|
<ul class="navbar-top">
|
|
18
25
|
<li>
|
|
@@ -4,31 +4,3 @@
|
|
|
4
4
|
@import "@leuffen/themejs1";
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
@function toRGB ($color) {
|
|
9
|
-
@return red($color) + ", " + green($color) + ", " + blue($color);
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
nav {
|
|
14
|
-
--s-box-background: rgba(255, 255, 255, 0.0);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
.tjs__hero-ribbon {
|
|
21
|
-
|
|
22
|
-
h3 {
|
|
23
|
-
color: $primary;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.tjs__hero-ribbon--wrapper {
|
|
27
|
-
background-color: rgba(63, 28, 28, 0.08);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.tjs__hero-max {
|
|
33
|
-
|
|
34
|
-
}
|