edition/partials/shop/top.hbs

22 lines
361 B
Handlebars
Raw Normal View History

2024-10-03 21:53:39 +00:00
<style>
2024-10-05 06:24:24 +00:00
.rose-ash * {
2024-10-05 06:40:35 +00:00
font-size: 100%;
2024-10-05 06:24:24 +00:00
}
2024-10-05 06:43:13 +00:00
.rose-ash h3 {
2024-10-05 06:44:42 +00:00
font-size: 140%;
2024-10-05 06:43:13 +00:00
}
2024-10-03 22:11:53 +00:00
2024-10-03 21:53:39 +00:00
</style>
2024-10-04 17:07:21 +00:00
<div
2024-10-05 06:15:51 +00:00
class="rose-ash post-template site site-main site-content single post gh-canvas kg-width-full"
2024-10-05 06:12:45 +00:00
hx-get="shop"
hx-trigger="load, configured from:body, refunded from:body, ordered from:body, paid from:body"
hx-headers='{ "rose-ash-shop": "true" }'
2024-10-04 17:07:21 +00:00
>
</div>
2024-10-03 13:10:54 +00:00
2024-10-05 06:12:45 +00:00