38 lines
483 B
SCSS
38 lines
483 B
SCSS
.container{
|
|
padding: 0 40px;
|
|
}
|
|
|
|
.listContainer{
|
|
align-items: center;
|
|
margin-bottom: 64px;
|
|
justify-content: space-around;
|
|
border-bottom: 1px solid #BFBFBF;
|
|
}
|
|
|
|
.listItem{
|
|
margin: 0;
|
|
padding: 0;
|
|
:global(.vtex-button){
|
|
border-radius: 0;
|
|
background-color: #FFFFFF;
|
|
color: #BFBFBF;
|
|
}
|
|
}
|
|
|
|
.listItemActive :global(.vtex-button) {
|
|
border: 0;
|
|
border-bottom: 1px solid #000000 !important;
|
|
|
|
}
|
|
|
|
|
|
.contentItem{
|
|
display: flex;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
|
|
|
|
|
|
|