2023-01-27 20:24:32 +00:00
|
|
|
.container--details {
|
|
|
|
padding-left: 40px;
|
|
|
|
padding-right: 40px;
|
|
|
|
}
|
|
|
|
|
2023-01-24 20:51:49 +00:00
|
|
|
.listContainer {
|
2023-01-25 03:01:50 +00:00
|
|
|
border-bottom: 1px solid $color-gray9;
|
2023-01-24 20:51:49 +00:00
|
|
|
margin-bottom: 32px;
|
2023-01-27 20:24:32 +00:00
|
|
|
|
2023-01-24 20:51:49 +00:00
|
|
|
display: flex;
|
2023-01-27 20:24:32 +00:00
|
|
|
justify-content: space-around;
|
2023-01-24 20:51:49 +00:00
|
|
|
align-items: end;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listItem {
|
|
|
|
background-color: transparent;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
height: 42px;
|
|
|
|
|
|
|
|
:global(.vtex-button) {
|
|
|
|
background-color: transparent;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-button) {
|
|
|
|
background-color: transparent;
|
2023-01-27 20:24:32 +00:00
|
|
|
border: none;
|
2023-01-24 20:51:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-button__label) {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 38px;
|
2023-01-25 03:01:50 +00:00
|
|
|
color: $color-gray9;
|
2023-01-24 20:51:49 +00:00
|
|
|
text-transform: capitalize;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.listItemActive {
|
|
|
|
border-bottom: 2px solid $color-black-100;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listItemActive--descricao {
|
2023-01-27 20:24:32 +00:00
|
|
|
border-bottom: 2px solid $color-black-100;
|
2023-01-24 20:51:49 +00:00
|
|
|
:global(.vtex-button) {
|
|
|
|
border: none;
|
|
|
|
border-radius: 0%;
|
|
|
|
}
|
|
|
|
:global(.vtex-button__label) {
|
|
|
|
color: $color-black-100;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|