forked from M3-Academy/challenge-vtex-io
Merge pull request 'refactor/ajusta-font-weigth-add-cart-button' (#60) from refactor/ajusta-font-weigth-add-cart-button into development
Reviewed-on: #60
This commit is contained in:
commit
960899e7d6
@ -10,4 +10,5 @@
|
||||
/* Grid breakpoints */
|
||||
.buttonText--addToCart {
|
||||
font-size: 18px;
|
||||
font-weight: 400;
|
||||
}
|
@ -542,6 +542,11 @@
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 639px) {
|
||||
.productBrand--quickview {
|
||||
margin-top: 32px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 492px) {
|
||||
.shippingContainer {
|
||||
margin-bottom: 22px;
|
||||
|
@ -1,3 +1,4 @@
|
||||
.buttonText--addToCart {
|
||||
font-size: 18px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
@ -567,6 +567,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 639px) {
|
||||
.productBrand--quickview {
|
||||
margin-top: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 492px) {
|
||||
.shippingContainer {
|
||||
margin-bottom: 22px;
|
||||
|
Loading…
Reference in New Issue
Block a user