refactor: ajusta font weight add cart button

This commit is contained in:
Rafael Sampaio de Oliveira 2023-02-10 12:26:14 -03:00
parent 8b6caa0457
commit a032c72f20
4 changed files with 13 additions and 0 deletions

View File

@ -10,4 +10,5 @@
/* Grid breakpoints */
.buttonText--addToCart {
font-size: 18px;
font-weight: 400;
}

View File

@ -542,6 +542,11 @@
font-size: 14px;
}
}
@media (max-width: 639px) {
.productBrand--quickview {
margin-top: 32px;
}
}
@media (max-width: 492px) {
.shippingContainer {
margin-bottom: 22px;

View File

@ -1,3 +1,4 @@
.buttonText--addToCart {
font-size: 18px;
font-weight: 400;
}

View File

@ -567,6 +567,12 @@
}
}
@media (max-width: 639px) {
.productBrand--quickview {
margin-top: 32px;
}
}
@media (max-width: 492px) {
.shippingContainer {
margin-bottom: 22px;