challenge-vtex-io-Rhayllon-.../styles/sass/pages/product/vtex.tab-layout.scss

44 lines
1.3 KiB
SCSS

.container--descriptionLayout{
margin: 0 40px;
.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;
color: $color-black;
border: 0;
border-bottom: 2px solid $color-black;
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;
}
}
}
}