2023-02-07 22:18:27 +00:00
|
|
|
/*
|
|
|
|
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;
|
2023-01-12 16:56:35 +00:00
|
|
|
align-items: center;
|
2023-02-07 22:18:27 +00:00
|
|
|
justify-content: space-between;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-02-07 22:18:27 +00:00
|
|
|
.flexRow--main-header .flexRowContent--main-header .flexCol--logo {
|
|
|
|
width: 140px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-02-07 22:18:27 +00:00
|
|
|
.flexRow--main-header .flexRowContent--main-header :global(.vtex-button__label) {
|
|
|
|
padding: 0 !important;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-07 22:18:27 +00:00
|
|
|
.flexRow--login-card .flexRowContent--login-card {
|
|
|
|
display: flex;
|
|
|
|
gap: 39.95px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-02-07 22:18:27 +00:00
|
|
|
.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;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-07 22:18:27 +00:00
|
|
|
.flexRow--main-header-mobile {
|
|
|
|
height: 128px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-02-07 22:18:27 +00:00
|
|
|
.flexRow--main-header-mobile :global(.vtex-button__label) {
|
|
|
|
padding: 0 !important;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-02-07 22:18:27 +00:00
|
|
|
.flexRow--main-header-mobile .flexRowContent--main-header-mobile {
|
|
|
|
padding: 32px 40px;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
height: 33px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-02-07 22:18:27 +00:00
|
|
|
.flexRow--main-header-mobile .flexRowContent--main-header-mobile .flexRowContent {
|
|
|
|
justify-content: space-between;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-01-24 21:41:14 +00:00
|
|
|
|
2023-02-07 22:18:27 +00:00
|
|
|
@media screen and (max-width: 300px) {
|
|
|
|
.flexRow--login-card .flexRowContent--login-card {
|
|
|
|
display: flex;
|
|
|
|
gap: 10px;
|
|
|
|
}
|
|
|
|
}
|