challenge-vtex-io-amanda-al.../styles/css/vtex.flex-layout.css

59 lines
1.5 KiB
CSS
Raw Normal View History

/*
0 - 600PX: Phone
600 - 900px: Table portrait
900 - 1200px: Tablet landscape
[1200 - 1800] is where our nortal styles apply
1800px + : Big desktop
*/
/* Media Query M3 */
/* Grid breakpoints */
.flexRow--main-header {
padding: 32px 40px;
background-color: #FFFFFF;
}
.flexRow--main-header .flexRowContent--main-header {
height: 33px;
align-items: center;
justify-content: space-between;
}
.flexRow--main-header .flexRowContent--main-header .flexCol--logo {
width: 140px;
}
.flexRow--main-header .flexRowContent--main-header :global(.vtex-button__label) {
padding: 0 !important;
}
.flexRow--login-card .flexRowContent--login-card {
display: flex;
gap: 39.95px;
}
.flexRow--login-card :global(.vtex-login-2-x-container) :global(.vtex-button__label)::after {
content: "";
width: 20.37px;
height: 18px;
background-image: url(https://agenciamagma.vtexassets.com/assets/vtex.file-manager-graphql/images/92c546f2-6a91-4652-897e-03df8399a787___eef36bf5508e9b5e72228afa4b539d99.svg);
background-size: cover;
}
.flexRow--main-header-mobile {
height: 128px;
}
.flexRow--main-header-mobile :global(.vtex-button__label) {
padding: 0 !important;
}
.flexRow--main-header-mobile .flexRowContent--main-header-mobile {
padding: 32px 40px;
justify-content: space-between;
align-items: center;
height: 33px;
}
.flexRow--main-header-mobile .flexRowContent--main-header-mobile .flexRowContent {
justify-content: space-between;
}
@media screen and (max-width: 300px) {
.flexRow--login-card .flexRowContent--login-card {
display: flex;
gap: 10px;
}
}