forked from verdnatura/hedera-web
refs #6200 Fixes: style & add to basket
This commit is contained in:
parent
4a09fe39a8
commit
1535a557a8
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (23.40.3) stable; urgency=low
|
hedera-web (23.40.4) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -325,7 +325,7 @@ const Catalog = new Class({
|
||||||
}
|
}
|
||||||
|
|
||||||
if (amountSum > 0) {
|
if (amountSum > 0) {
|
||||||
this.conn.execQuery(sql);
|
await this.conn.execQuery(sql);
|
||||||
|
|
||||||
var itemName = this.$.$card.get('item');
|
var itemName = this.$.$card.get('item');
|
||||||
Htk.Toast.showMessage(
|
Htk.Toast.showMessage(
|
||||||
|
|
|
@ -204,7 +204,8 @@
|
||||||
bottom: 30px;
|
bottom: 30px;
|
||||||
right: 0;
|
right: 0;
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
color: #c44;
|
color: #a44;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
& > span {
|
& > span {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "23.40.3",
|
"version": "23.40.5",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue