This commit is contained in:
giles 2024-10-02 21:43:24 +01:00
parent 50c010481a
commit f639819cef
2 changed files with 27 additions and 2 deletions

View File

@ -24,3 +24,27 @@
src="https://gateway.sumup.com/gateway/ecom/card/v2/sdk.js" src="https://gateway.sumup.com/gateway/ecom/card/v2/sdk.js"
></script> ></script>
<style>
.kg-button-card button.kg-btn {
padding:0 1.2em;
height:2.4em;
line-height:1em;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
font-size:.95em;
font-weight:600;
text-decoration:none;
border-radius:5px;
border:0;
transition:opacity .2s ease-in-out;
}
.kg-button-card button.kg-btn:hover {
opacity:.85
}
.kg-button-card button.kg-btn-accent {
background-color:red;
color:#fff
}
</style>

View File

@ -1,5 +1,5 @@
<div>
<div>
<div <div
hx-get="shop/totals/" hx-get="shop/totals/"
hx-trigger="load delay:1ms, every 1s" hx-trigger="load delay:1ms, every 1s"
@ -9,12 +9,13 @@
" "
></div> ></div>
<div id="choice-configure"></div> <div id="choice-configure"></div>
<div id="configure-rose-ash-shop"></div>
<div id="choice-buy"></div> <div id="choice-buy"></div>
<div id="order-form-rose-ash-shop"></div> <div id="order-form-rose-ash-shop"></div>
<div id="order-detail-rose-ash-shop"></div> <div id="order-detail-rose-ash-shop"></div>
<div id="total-all"></div> <div id="total-all"></div>
<div id="total-me"></div> <div id="total-me"></div>