@leuffen/themejs1 8.2.5 → 8.2.6
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.
|
@@ -25,6 +25,8 @@ type: website
|
|
|
25
25
|
|
|
26
26
|
# Augenarzt<br>Prof. Dr. Daniel Salchow
|
|
27
27
|
{: .section-h3 layout="use: #hero-slide; align-self: self-end; justify-self: left; x-adjust: 0%; y-adjust: 0% " .sec-box .sec-slide}
|
|
28
|
+
---
|
|
29
|
+
{: layout="use: #button-group"}
|
|
28
30
|
|
|
29
31
|
[[i class="bi bi-calendar-plus-fill fs-3"]<br>Jetzt Termin vereinbaren](/termin){: .btn .btn-primary .text-center .btn-lg .m-1 style="width:30%;min-width: 100px;;hyphens: none;" target="_blank"}
|
|
30
32
|
[[i class="bi bi-card-heading fs-3"]<br>Rezept online anfragen](/online-rezept){: .btn .btn-primary .text-center .btn-lg .m-1 style="width:30%;min-width: 100px;hyphens: none;"}
|
package/_tpl/pages/index.de.md
CHANGED
|
@@ -24,6 +24,10 @@ _schiller_instructions: "Ändere die Texte und Bilder. Füge am Ende die CTA ein
|
|
|
24
24
|
# Augenarzt<br>Prof. Dr. Daniel Salchow
|
|
25
25
|
{: .section-h3 layout="use: #hero-slide; align-self: self-end; justify-self: left; x-adjust: 0%; y-adjust: 0% " .sec-box .sec-slide}
|
|
26
26
|
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
{: layout="use: #button-group"}
|
|
30
|
+
|
|
27
31
|
[[i class="bi bi-calendar-plus-fill fs-3"]<br>Jetzt Termin vereinbaren](/termin){: .btn .btn-primary .text-center .btn-lg .m-1 style="width:30%;min-width: 100px;;hyphens: none;" target="_blank"}
|
|
28
32
|
[[i class="bi bi-card-heading fs-3"]<br>Rezept online anfragen](/online-rezept){: .btn .btn-primary .text-center .btn-lg .m-1 style="width:30%;min-width: 100px;hyphens: none;"}
|
|
29
33
|
[[i class="bi bi-box-arrow-up-right fs-3"]<br>Überweisung an Facharzt](/online-ueberweisung){: .btn .btn-primary .text-center .btn-lg .m-1 style="width:30%;min-width: 100px;hyphens: none;"}
|
package/package.json
CHANGED
|
@@ -71,9 +71,26 @@
|
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
}
|
|
74
|
+
.highlight-white {
|
|
75
|
+
.content {
|
|
76
|
+
h1 {
|
|
77
|
+
color: white;
|
|
78
|
+
font-size: 48px;
|
|
79
|
+
line-height: 1.2;
|
|
80
|
+
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
|
|
81
|
+
font-weight: normal;
|
|
82
|
+
}
|
|
83
|
+
small {
|
|
84
|
+
color: white;
|
|
85
|
+
font-size: 24px;
|
|
86
|
+
font-weight: normal;
|
|
87
|
+
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
74
91
|
|
|
75
92
|
.tjs__hero-max--container {
|
|
76
|
-
|
|
93
|
+
// margin-top: var(--layout-desktop-top-space, 200px);
|
|
77
94
|
height: 100%;
|
|
78
95
|
}
|
|
79
96
|
|