mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 08:45:05 +02:00
Add submit button
This commit is contained in:
parent
cd6ca53030
commit
d918e3f724
2 changed files with 7 additions and 0 deletions
|
|
@ -76,3 +76,8 @@ label {
|
||||||
.i-dur {
|
.i-dur {
|
||||||
width: 8ch;
|
width: 8ch;
|
||||||
}
|
}
|
||||||
|
button {
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-size: 1.5em;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -81,6 +81,8 @@ pub async fn get() -> Markup {
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button #submit { "Arbeitszeitdokumentation erstellen" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue