edition/partials/shop/top.hbs

22 lines
259 B
Handlebars
Raw Normal View History

2024-10-03 21:53:39 +00:00
<style>
2024-10-03 22:11:53 +00:00
.rose-ash .btn {
font-size: 20px;
2024-10-03 21:53:39 +00:00
}
2024-10-03 22:11:53 +00:00
.rose-ash input {
font-size: 20px;
}
.rose-ash .form-control {
font-size: 20px;
}
2024-10-03 21:53:39 +00:00
</style>
2024-10-04 17:07:21 +00:00
<div
class="rose-ash"
hx-get="shop"
hx-trigger="load"
hx-headers='{ "rose-ash-shop": "true" }'
>
</div>
2024-10-03 13:10:54 +00:00