forked from M3-Academy/challenge-vtex-io
fix: revendo o espaçamento do nome e modelo do produto
This commit is contained in:
parent
e9a5d11935
commit
5f9f8c8729
@ -64,15 +64,14 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
align-items: end;
|
align-items: end;
|
||||||
margin: 0;
|
margin: 0 !important;
|
||||||
margin-top: 8px;
|
margin-bottom: 24px !important;
|
||||||
font-family: "Open Sans";
|
font-family: "Open Sans";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
color: rgba(146, 146, 146, 0.48);
|
color: rgba(146, 146, 146, 0.48);
|
||||||
margin-bottom: 24px;
|
|
||||||
}
|
}
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
.flexColChild--info-availability :global(.vtex-product-identifier-0-x-product-identifier) {
|
.flexColChild--info-availability :global(.vtex-product-identifier-0-x-product-identifier) {
|
||||||
@ -129,6 +128,7 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
color: rgba(146, 146, 146, 0.48);
|
color: rgba(146, 146, 146, 0.48);
|
||||||
|
margin-bottom: 24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flexCol--divImgDescription {
|
.flexCol--divImgDescription {
|
||||||
|
@ -47,15 +47,14 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
align-items: end;
|
align-items: end;
|
||||||
margin: 0;
|
margin: 0 !important;
|
||||||
margin-top: 8px;
|
margin-bottom: 24px !important;
|
||||||
font-family: "Open Sans";
|
font-family: "Open Sans";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
color: rgba(146, 146, 146, 0.48);
|
color: rgba(146, 146, 146, 0.48);
|
||||||
margin-bottom: 24px
|
|
||||||
}
|
}
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
:global(.vtex-product-identifier-0-x-product-identifier) {
|
:global(.vtex-product-identifier-0-x-product-identifier) {
|
||||||
@ -107,6 +106,7 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
color: rgba(146, 146, 146, 0.48);
|
color: rgba(146, 146, 146, 0.48);
|
||||||
|
margin-bottom: 24px !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user