diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-11-05 09:33:23 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-11-05 09:33:23 +0100 |
| commit | 86f7a15a2843f8c207124345d13969fb05ecc611 (patch) | |
| tree | d0850ce1f334093f70a06eec5de97fb8b54372c2 /templates/_includes/partials | |
| parent | 80e0fe22d28687f3599a949f1a4d29171b12b20f (diff) | |
| download | flevum-86f7a15a2843f8c207124345d13969fb05ecc611.tar.gz | |
Move themes files into the root directory
Diffstat (limited to 'templates/_includes/partials')
| -rw-r--r-- | templates/_includes/partials/burgerMenu.html | 4 | ||||
| -rw-r--r-- | templates/_includes/partials/headerSeparator.html | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/templates/_includes/partials/burgerMenu.html b/templates/_includes/partials/burgerMenu.html new file mode 100644 index 0000000..5d0bdc2 --- /dev/null +++ b/templates/_includes/partials/burgerMenu.html @@ -0,0 +1,4 @@ +<input type="checkbox" class="toggleBurger" id="toggleBurger">
+<label for="toggleBurger" class="toggleBurgerWrapper">
+ <span></span>
+</label>
\ No newline at end of file diff --git a/templates/_includes/partials/headerSeparator.html b/templates/_includes/partials/headerSeparator.html new file mode 100644 index 0000000..561de6d --- /dev/null +++ b/templates/_includes/partials/headerSeparator.html @@ -0,0 +1 @@ +<div class="header-content-separator"></div>
\ No newline at end of file |
