refactor: ajusta altura preço

This commit is contained in:
Rafael Sampaio de Oliveira 2023-02-06 17:13:33 -03:00
parent 1486d50dd3
commit a2871a6377
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,10 @@
padding: 0 40px; padding: 0 40px;
} }
[class*="html--selling-price"] {
height: 38px;
}
[class*="html--product-quantity"] { [class*="html--product-quantity"] {
width: 161.58px; width: 161.58px;
} }

View File

@ -140,6 +140,7 @@
"html#selling-price": { "html#selling-price": {
"props": { "props": {
"blockClass": "selling-price",
"testId": "product-price" "testId": "product-price"
}, },
"children": ["flex-layout.row#selling-price"] "children": ["flex-layout.row#selling-price"]