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