fix: tetratto utility class names
This commit is contained in:
parent
15b417c6d6
commit
e5ff863e94
7 changed files with 21 additions and 21 deletions
|
@ -7,7 +7,7 @@
|
|||
(link ("rel" "icon") ("href" "/public/favicon.svg"))
|
||||
(text "{% endblock %} {% block body %}")
|
||||
(div
|
||||
("class" "flex items-center bar")
|
||||
("class" "flex items_center bar")
|
||||
(button
|
||||
("class" "button tab_button")
|
||||
("id" "editor_tab_button")
|
||||
|
@ -42,14 +42,14 @@
|
|||
("id" "metadata_tab")
|
||||
("class" "tab fadein hidden")))
|
||||
(form
|
||||
("class" "w-full flex justify-between gap-2 flex-collapse-rev")
|
||||
("class" "w-full flex justify_between gap_2 flex_collapse_rev")
|
||||
("style" "margin-top: var(--pad-2)")
|
||||
("onsubmit" "create_entry(event)")
|
||||
(button
|
||||
("class" "button")
|
||||
(text "Go"))
|
||||
(div
|
||||
("class" "flex gap-2")
|
||||
("class" "flex gap_2")
|
||||
(input
|
||||
("class" "w-full")
|
||||
("type" "text")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue