forked from M3-Academy/challenge-vtex-io
165 lines
4.0 KiB
SCSS
165 lines
4.0 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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
:global(.vtex-login-2-x-container) {
|
|
:global(.vtex-button) {
|
|
:global(.vtex-button__label) {
|
|
visibility: hidden;
|
|
}
|
|
:global(.vtex-button__label)::before {
|
|
content: "";
|
|
background: url("https://agenciamagma.vteximg.com.br/arquivos/user-icon-m3academy-anacarolinaduartecavalcante.svg");
|
|
visibility: visible;
|
|
width: 22px;
|
|
height: 18px;
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.flexRow--main-header-mobile {
|
|
.flexRowContent--main-header-mobile {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
:global(.vtex-store-components-3-x-logoLink) {
|
|
position: absolute;
|
|
top: 16px;
|
|
left: 40%;
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
left: 30%;
|
|
}
|
|
:global(.vtex-store-components-3-x-sizeMobile) {
|
|
padding: 0;
|
|
height: 33px;
|
|
display: contents;
|
|
}
|
|
}
|
|
:global(.vtex-store-drawer-0-x-openIconContainer) {
|
|
visibility: hidden;
|
|
display: flex;
|
|
padding-left: 40px;
|
|
}
|
|
:global(.vtex-store-drawer-0-x-openIconContainer)::before {
|
|
content: "";
|
|
background: url("https://agenciamagma.vteximg.com.br/arquivos/hamburger-icon-m3academy-anacarolinaduartecavalcante.svg");
|
|
visibility: visible;
|
|
width: 27.93px;
|
|
height: 21px;
|
|
}
|
|
:global(.vtex-login-2-x-container) {
|
|
:global(.vtex-button) {
|
|
:global(.vtex-button__label) {
|
|
visibility: hidden;
|
|
}
|
|
:global(.vtex-button__label)::before {
|
|
content: "";
|
|
background: url("https://agenciamagma.vteximg.com.br/arquivos/user-icon-m3academy-anacarolinaduartecavalcante.svg");
|
|
visibility: visible;
|
|
width: 22px;
|
|
height: 18px;
|
|
padding: 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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
//Footer
|
|
|
|
.flexRow--newsletter-footer {
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
margin-top: 32px;
|
|
}
|
|
}
|