2023-02-09 11:14:34 +00:00
|
|
|
.container--descriptionLayout{
|
2023-02-10 09:05:16 +00:00
|
|
|
width: 94.44%;
|
|
|
|
margin: 0 auto;
|
2023-02-09 11:14:34 +00:00
|
|
|
|
|
|
|
.listContainer--descriptionButtonWrapper{
|
|
|
|
justify-content: space-between;
|
|
|
|
border-bottom: 1px solid $color-gray6;
|
|
|
|
padding: 0 64px;
|
|
|
|
margin-bottom: 32px;
|
|
|
|
|
|
|
|
.listItem--descriptionButton{
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
:global(.vtex-button){
|
|
|
|
color: $color-gray8;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 38px;
|
|
|
|
}
|
|
|
|
:global(.vtex-button__label){
|
|
|
|
padding: 0 16px !important;
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.listItemActive--descriptionButton{
|
|
|
|
margin-top: 2px;
|
|
|
|
:global(.vtex-button){
|
|
|
|
background-color: $color-white;
|
2023-02-10 09:05:16 +00:00
|
|
|
color: $color-black2;
|
2023-02-09 11:14:34 +00:00
|
|
|
border: 0;
|
2023-02-10 09:05:16 +00:00
|
|
|
border-bottom: 2px solid $color-black2;
|
2023-02-09 11:14:34 +00:00
|
|
|
border-radius: 0;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 38px;
|
|
|
|
}
|
|
|
|
:global(.vtex-button__label){
|
|
|
|
padding: 0 16px !important;
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|