#3894 Style fixes
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2022-04-13 15:21:01 +02:00
parent aeb94d2569
commit 803075f216
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.63) stable; urgency=low hedera-web (1.407.64) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -207,13 +207,13 @@
align-items: middle; align-items: middle;
column-gap: .2em; column-gap: .2em;
display: flex; display: flex;
background-color: white;
} }
.item-info .available-price > * .item-info .available-price > *
{ {
border-radius: .2em; border-radius: .2em;
padding: .3em; padding: .3em;
border: .1em transparent solid; border: .1em transparent solid;
background-color: white;
} }
.item-info .grouping .item-info .grouping
{ {

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "1.407.63", "version": "1.407.64",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {