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

78 lines
1.5 KiB
SCSS
Raw Normal View History

2023-01-28 22:19:19 +00:00
:global(.vtex-tab-layout-0-x-container) {
padding: 0 40px;
.listContainer--tabList {
border-bottom: 1px solid $gray-100;
height: 43px;
justify-content: space-between;
padding: 0 70px;
.listItem {
:global(.vtex-button) {
&:hover {
height: 43px;
border: none;
background-color: white;
padding: 0;
margin: 0;
}
}
:global(.vtex-button__label) {
font-weight: 400;
font-size: 18px;
line-height: 18px;
color: $gray-100;
text-transform: capitalize;
padding: 0;
&:hover {
background-color: $white;
padding: 0;
}
}
}
.listItemActive {
:global(.vtex-button) {
background-color: white;
border: none;
}
:global(.vtex-button__label) {
color: $black;
background-color: $white;
border-bottom: 2px solid $black;
padding: 0;
&:hover {
border-bottom: 2px solid $black;
}
}
}
}
:global(.vtex-tab-layout-0-x-contentContainer) {
:global(.vtex-tab-layout-0-x-contentItem) {
.paragraph {
font-weight: 400;
font-size: 16px;
line-height: 22px;
}
}
}
// .contentItem {
// display: flex;
// flex-direction: row;
// .productImageTag {
// width: 50%;
// }
// }
// .carouselGaleryThumbs {
// display: none;
// }
}