feat: Adapt new hippie styles

- Use bound io class
- Remove over specified styles
This commit is contained in:
sthag 2025-06-19 16:45:20 +02:00
parent 3b380e954a
commit d83ae3ea22
5 changed files with 6 additions and 24 deletions

View file

@ -22,8 +22,10 @@ tags:
{% endblock %} {% endblock %}
{% block body %} {% block body %}
<header class="io pos_fix pin_top pin_right pin_left">
<button data-action="add">Add</button>
</header>
<div id="space"></div> <div id="space"></div>
<button data-action="add">Add</button>
{% endblock %} {% endblock %}
{%- block script %} {%- block script %}

View file

@ -19,12 +19,12 @@ tags:
{% endblock %} {% endblock %}
{% block body %} {% block body %}
<div id="head"> <header class="io">
<h1>Formulare</h1> <h1>Formulare</h1>
<button data-action="add">Hinzufügen</button> <button data-action="add">Hinzufügen</button>
<button data-action="change">Ändern</button> <button data-action="change">Ändern</button>
<hr> <hr>
</div> </header>
<form id="form" action=""> <form id="form" action="">
<div id="grid"> <div id="grid">
<div>a</div> <div>a</div>

@ -1 +1 @@
Subproject commit 3eab0f095603236be4519081203e51bc2916801e Subproject commit c268f4fdcac9f4edec2503638ac6fdd98de467a9

View file

@ -1,14 +1,6 @@
.body_drag { .body_drag {
@extend .body_ui; @extend .body_ui;
button {
@extend .button_io;
position: fixed;
top: 8px;
right: 8px;
margin: 0;
}
#space { #space {
position: relative; position: relative;
height: 100%; height: 100%;

View file

@ -1,15 +1,3 @@
#head {
// display: flex;
button {
@extend .button_io;
}
h1 {
margin: 0;
}
}
#grid { #grid {
display: grid; display: grid;
gap: 8px; gap: 8px;