2023-01-31 21:43:03 +00:00
|
|
|
.listContainer {
|
|
|
|
margin-bottom: 32px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2023-02-06 17:23:31 +00:00
|
|
|
justify-content: space-around;
|
|
|
|
padding: 0 40px;
|
|
|
|
|
2023-01-31 21:43:03 +00:00
|
|
|
&::after {
|
|
|
|
content: '';
|
|
|
|
background-color: #bfbfbf;
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
position: relative;
|
|
|
|
bottom: 9px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.listItem :global(.vtex-button) {
|
|
|
|
background-color: white;
|
|
|
|
color: #bfbfbf;
|
|
|
|
border: 0;
|
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 38px;
|
|
|
|
text-transform: capitalize;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
.listItemActive :global(.vtex-button) {
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 2px black solid;
|
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 38px;
|
|
|
|
}
|