forked from M3-Academy/challenge-vtex-io
51 lines
1.3 KiB
CSS
51 lines
1.3 KiB
CSS
/*
|
|
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 */
|
|
.container--estrutura {
|
|
margin-left: 40px;
|
|
padding-right: 40px !important;
|
|
}
|
|
.container--estrutura .listContainer--Guias {
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
border-bottom: 1px solid #B9B9B9;
|
|
padding: 0px 64px;
|
|
margin-bottom: 36px;
|
|
}
|
|
.container--estrutura .listContainer--Guias .listItem--renderGuia {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.container--estrutura .listContainer--Guias .listItem--renderGuia :global(.vtex-button) {
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
line-height: 38px;
|
|
color: #BFBFBF;
|
|
}
|
|
.container--estrutura .listContainer--Guias .listItemActive--renderGuia {
|
|
border-bottom: 3px solid #000000;
|
|
background-color: white;
|
|
}
|
|
.container--estrutura .listContainer--Guias .listItemActive--renderGuia :global(.vtex-button) {
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
line-height: 38px;
|
|
color: black;
|
|
background-color: white !important;
|
|
border: 0;
|
|
}
|
|
.container--estrutura .contentContainer--listRender {
|
|
margin-left: 32px;
|
|
padding-right: 72px;
|
|
} |