forked from M3-Academy/challenge-vtex-io
94 lines
2.1 KiB
SCSS
94 lines
2.1 KiB
SCSS
//Header
|
|
|
|
.flexRow--main-header {
|
|
display: flex;
|
|
justify-content: center;
|
|
.flexRowContent--main-header {
|
|
height: 97px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
margin: 0 auto;
|
|
padding-left: 360px;
|
|
padding-right: 360px;
|
|
}
|
|
:global(.vtex-minicart-2-x-minicartWrapperContainer) {
|
|
:global(.vtex-minicart-2-x-minicartContainer) {
|
|
:global(.vtex-minicart-2-x-openIconContainer) {
|
|
padding-right: 40px;
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
//Menu
|
|
|
|
.flexColChild {
|
|
:global(.vtex-menu-2-x-menuContainerNav) {
|
|
:global(.vtex-menu-2-x-menuContainer) {
|
|
:global(.vtex-menu-2-x-menuItem) {
|
|
:global(.vtex-menu-2-x-styledLink) {
|
|
:global(.vtex-menu-2-x-styledLinkContent) {
|
|
font-weight: 400;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
letter-spacing: -0.1em;
|
|
text-transform: uppercase;
|
|
color: #929292;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
//product-images
|
|
|
|
.flexRowContent {
|
|
padding: 0;
|
|
margin: 0;
|
|
column-gap: 32px;
|
|
}
|
|
|
|
.flexCol--stack-layout-content {
|
|
width: 100% !important;
|
|
}
|
|
|
|
//Botao add Cart
|
|
|
|
.flexRow {
|
|
.flexRowContent {
|
|
.stretchChildrenWidth {
|
|
:global(.vtex-button):first-child {
|
|
background: #000000;
|
|
padding: 12px 64px;
|
|
height: 49px;
|
|
border: none;
|
|
border-radius: 0;
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
height: 74px;
|
|
margin-top: 10px;
|
|
}
|
|
:global(.vtex-button__label) {
|
|
:global(.vtex-add-to-cart-button-0-x-buttonDataContainer) {
|
|
font-size: 0;
|
|
}
|
|
:global(.vtex-add-to-cart-button-0-x-buttonDataContainer)::after {
|
|
content: "ADICIONAR À SACOLA";
|
|
font-family: "Open Sans", sans-serif;
|
|
color: #ffffff;
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|