css reducion
This commit is contained in:
parent
5f156ab6a0
commit
b8cf13b7d5
20 changed files with 1603 additions and 1677 deletions
|
|
@ -1,15 +1,9 @@
|
|||
package templates
|
||||
|
||||
templ Nav() {
|
||||
<div class="brand">
|
||||
<button type="button" class="collapse-btn" onclick="toggleSidebar()" title="Zwiń / Rozwiń">
|
||||
<span class="material-symbols-outlined">menu</span>
|
||||
</button>
|
||||
<div class="brand-text">
|
||||
<h1>Cake Order</h1>
|
||||
<p>Tracker</p>
|
||||
</div>
|
||||
</div>
|
||||
<button type="button" class="collapse-btn" onclick="toggleSidebar()" title="Zwiń / Rozwiń">
|
||||
<span class="material-symbols-outlined">menu</span>
|
||||
</button>
|
||||
<a href="/order" class="cta" hx-get="/order" hx-target="#main" hx-swap="outerHTML" hx-push-url="true">
|
||||
<span class="material-symbols-outlined">add</span>
|
||||
<span>Nowe zamówienie</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue