@leuffen/themejs1 6.1.29 → 6.1.31
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,15 @@ Generische Bilder:
|
|
|
25
25
|

|
|
26
26
|

|
|
27
27
|
|
|
28
|
+
Für Augenärzte:
|
|
29
|
+

|
|
30
|
+

|
|
31
|
+

|
|
32
|
+

|
|
33
|
+

|
|
34
|
+

|
|
35
|
+

|
|
36
|
+
|
|
28
37
|
Für Psychologen & Psychotherapeuten:
|
|
29
38
|

|
|
30
39
|

|
|
@@ -39,7 +39,10 @@ module.exports = {
|
|
|
39
39
|
{
|
|
40
40
|
test: /\.(scss|css)$/,
|
|
41
41
|
use: [MiniCssExtractPlugin.loader, 'css-loader', 'sass-loader'],
|
|
42
|
-
include:
|
|
42
|
+
include: [
|
|
43
|
+
path.resolve(__dirname, "src"),
|
|
44
|
+
path.resolve(__dirname, "workspaces") // Required for workspaces
|
|
45
|
+
]
|
|
43
46
|
},
|
|
44
47
|
|
|
45
48
|
|
|
@@ -25,7 +25,7 @@ type: website
|
|
|
25
25
|

|
|
26
26
|
{: .background}
|
|
27
27
|
|
|
28
|
-
[[i class="bi bi-calendar-plus-fill fs-3"]<br>Jetzt Termin vereinbaren](/
|
|
28
|
+
[[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"}
|
|
29
29
|
[[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;"}
|
|
30
30
|
[[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;"}
|
|
31
31
|
|
package/_variables.scss
CHANGED
package/index.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leuffen/themejs1",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.31",
|
|
4
4
|
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "proprietary",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"./index.scss"
|
|
17
17
|
],
|
|
18
18
|
"./embed": [
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
"./dist/embed.js",
|
|
20
|
+
"./embed.scss"
|
|
21
21
|
],
|
|
22
22
|
"./index.dev": [
|
|
23
23
|
"./dist/index.dev.js"
|