hbs
This commit is contained in:
parent
50c010481a
commit
f639819cef
|
@ -23,4 +23,28 @@
|
|||
type="text/javascript"
|
||||
src="https://gateway.sumup.com/gateway/ecom/card/v2/sdk.js"
|
||||
></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>
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<div>
|
||||
|
||||
<div>
|
||||
<div
|
||||
hx-get="shop/totals/"
|
||||
hx-trigger="load delay:1ms, every 1s"
|
||||
|
@ -9,12 +9,13 @@
|
|||
"
|
||||
></div>
|
||||
<div id="choice-configure"></div>
|
||||
<div id="configure-rose-ash-shop"></div>
|
||||
|
||||
<div id="choice-buy"></div>
|
||||
|
||||
<div id="order-form-rose-ash-shop"></div>
|
||||
<div id="order-detail-rose-ash-shop"></div>
|
||||
|
||||
|
||||
<div id="total-all"></div>
|
||||
<div id="total-me"></div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue