@leuffen/themejs1 8.2.5 → 8.2.7

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;"}
@@ -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/_variables.scss CHANGED
@@ -31,7 +31,7 @@ $soft-warning: lighten($warning, 50%) !default;
31
31
  $soft-dark: lighten($dark, 40%) !default;
32
32
 
33
33
  $background: rgba(217, 217, 217, 0.24) !default;
34
- $background-primary: #b7eaf9 !default;
34
+ $background-primary: lighten($primary, 40%) !default;
35
35
  $background-accent: #ddd !default;
36
36
 
37
37
  $content-offset-top: 100px !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leuffen/themejs1",
3
- "version": "8.2.5",
3
+ "version": "8.2.7",
4
4
  "description": "",
5
5
  "license": "proprietary",
6
6
  "main": "./index.js",
@@ -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
- margin-top: var(--layout-desktop-top-space, 200px);
93
+ // margin-top: var(--layout-desktop-top-space, 200px);
77
94
  height: 100%;
78
95
  }
79
96
 
@@ -102,6 +102,10 @@
102
102
  .row > .tjs__sec-card-2col--col-end {
103
103
  order: 50;
104
104
 
105
+ &:has( > slot.emptyslot) {
106
+ display: none;
107
+ }
108
+
105
109
  slot {
106
110
  display: block;
107
111
  width: 100%;