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"
class="modal modal-blur fade"
class="modal modal-blur fade rose-ash"
style="display: none"
aria-hidden="false"
tabindex="-1">

View File

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