This commit is contained in:
giles 2024-10-03 23:11:53 +01:00
parent d9278f2f73
commit 01f436c09d
2 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<div id="rose-ash-modal" <div id="rose-ash-modal"
class="modal modal-blur fade" class="modal modal-blur fade rose-ash"
style="display: none" style="display: none"
aria-hidden="false" aria-hidden="false"
tabindex="-1"> tabindex="-1">

View File

@ -1,10 +1,17 @@
<style> <style>
.btn { .rose-ash .btn {
font-size: 2em; font-size: 20px;
} }
.rose-ash input {
font-size: 20px;
}
.rose-ash .form-control {
font-size: 20px;
}
</style> </style>
<div> <div class="rose-ash">
<div <div
hx-get="shop/totals/" hx-get="shop/totals/"
hx-trigger="load delay:1ms, every 1s" hx-trigger="load delay:1ms, every 1s"