diff --git a/debian/changelog b/debian/changelog index f4f50393..b95bdcef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (22.48.6) stable; urgency=low +hedera-web (22.48.7) stable; urgency=low * Initial Release. diff --git a/forms/ecomerce/basket/style.scss b/forms/ecomerce/basket/style.scss index f46a077c..7019b65a 100644 --- a/forms/ecomerce/basket/style.scss +++ b/forms/ecomerce/basket/style.scss @@ -1,76 +1,77 @@ -.basket .head { - border-bottom: 1px solid #DDD; -} -.basket .head p { - font-weight: bold; - margin: 0; - padding: 0; - font-size: 1.4rem; - text-align: right; -} -.basket .form > p { - margin: 0; - font-size: 1.4rem; - color: white; - text-align: right; -} +.hedera-basket { + .head { + border-bottom: 1px solid #DDD; + } + .head p { + font-weight: bold; + margin: 0; + padding: 0; + font-size: 1.4rem; + text-align: right; + } + .form > p { + margin: 0; + font-size: 1.4rem; + color: white; + text-align: right; + } -/* Lines */ + /* Lines */ -.basket .line { - display: flex; - align-items: center; - gap: 12px; - margin: 10px 0; - height: 80px; -} -.basket .line:first-child { - margin-top: 0; -} -.basket .line:last-child { - margin-bottom: 0; -} -.basket .line > .delete { - margin: 0 -8px; -} -.basket .line > .photo { - flex: none; - border-radius: 50%; - width: 68px; - height: 68px; - gap: 0; -} -.basket .line > .info { - flex: 1; - overflow: hidden; -} -.basket .line > .info > * { - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; -} -.basket .line > .info > h2 { - font-size: 1rem; - font-weight: normal; - margin: 0; -} -.basket .line > .info > p { - margin: 0; -} -.basket .line > .info > .tags { - color: #777; -} -.basket .line .subtotal { - float: right; -} + .line { + display: flex; + align-items: center; + gap: 12px; + margin: 10px 0; + height: 80px; + } + .line:first-child { + margin-top: 0; + } + .line:last-child { + margin-bottom: 0; + } + .line > .delete { + margin: 0 -8px; + } + .line > .photo { + flex: none; + border-radius: 50%; + width: 68px; + height: 68px; + gap: 0; + } + .line > .info { + flex: 1; + overflow: hidden; + } + .line > .info > * { + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + } + .line > .info > h2 { + font-size: 1rem; + font-weight: normal; + margin: 0; + } + .line > .info > p { + margin: 0; + } + .line > .info > .tags { + color: #777; + } + .line .subtotal { + float: right; + } -/* Fields */ + /* Fields */ -.basket td.available-exceeded input { - background-color: #FCC; + td.available-exceeded input { + background-color: #FCC; + } + .icon > img { + border-radius: 50%; + } } -.basket .icon > img { - border-radius: 50%; -} - diff --git a/forms/ecomerce/basket/ui.xml b/forms/ecomerce/basket/ui.xml index fd23a819..f6859c49 100644 --- a/forms/ecomerce/basket/ui.xml +++ b/forms/ecomerce/basket/ui.xml @@ -16,7 +16,7 @@ tip="_Checkout" on-click="this.hash.setAll({form: 'ecomerce/confirm'})"/> -
diff --git a/forms/ecomerce/checkout/style.scss b/forms/ecomerce/checkout/style.scss index cb95cfab..84448043 100644 --- a/forms/ecomerce/checkout/style.scss +++ b/forms/ecomerce/checkout/style.scss @@ -1,54 +1,55 @@ -.checkout .bar { - margin-bottom: 16px; -} +.hedera-checkout { + .bar { + margin-bottom: 16px; + } -/* Step */ + /* Step */ -.answers button, -.answers p, -.radio > div { - font-size: 1.2rem; + .answers button, + .answers p, + .radio > div { + font-size: 1.2rem; + } + .answers .htk-select { + max-width: 15em; + margin: 0 auto; + font-size: 1.4rem; + } + .answers p { + margin: 0.3em 0; + } + .target { + max-width: 28em; + margin: 0 auto; + } + .address { + border-radius: 0.1em; + padding: 0.6em 1.4em; + } + .address.selected { + background-color: rgba(1, 1, 1, .1); + } + .address:hover { + cursor: pointer; + background-color: rgba(1, 1, 1, .05); + } + .address p.consignee { + font-weight: bold; + } + .radio { + max-width: 20em; + margin: 0 auto; + } + .radio > div { + padding: 0.5em; + } + .thin-calendar { + max-width: 24em; + margin: 0 auto; + box-shadow: none; + } + .htk-assistant .thin { + float: right; + } } -.answers .htk-select { - max-width: 15em; - margin: 0 auto; - font-size: 1.4rem; -} -.answers p { - margin: 0.3em 0; -} -.target { - max-width: 28em; - margin: 0 auto; -} -.address { - border-radius: 0.1em; - padding: 0.6em 1.4em; -} -.address.selected { - background-color: rgba(1, 1, 1, .1); -} -.address:hover { - cursor: pointer; - background-color: rgba(1, 1, 1, .05); -} -.address p.consignee { - font-weight: bold; -} -.radio { - max-width: 20em; - margin: 0 auto; -} -.radio > div { - padding: 0.5em; -} -.thin-calendar { - max-width: 24em; - margin: 0 auto; - box-shadow: none; -} -.htk-assistant .thin { - float: right; -} - diff --git a/forms/ecomerce/checkout/ui.xml b/forms/ecomerce/checkout/ui.xml index f9a32719..a62d37cc 100644 --- a/forms/ecomerce/checkout/ui.xml +++ b/forms/ecomerce/checkout/ui.xml @@ -54,7 +54,7 @@ tip="_Cancel" on-click="onCancelClick"/>