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

186 lines
3.9 KiB
SCSS

.container--description-block {
padding: 0 360px 16px 360px;
margin: 0;
max-width: 100%;
@media #{$mq-desktop}, #{$mq-tablet}, #{$mq-mobile} {
padding: 0 40px 16px 40px;
}
.listContainer {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #B9B9B9;
height: 38px;
margin-bottom: 32px;
padding: 0 64px;
@media #{$mq-tablet}, #{$mq-mobile}{
flex-direction: column;
row-gap: 16px;
border-top: 1px solid #B9B9B9;
border-bottom: 1px solid #B9B9B9;
height: auto;
padding: 16px 0;
align-items: flex-start;
margin-bottom: 16px;
}
.listItem {
height: 38px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
margin: 0;
@media #{$mq-tablet}, #{$mq-mobile} {
width: 100%;
}
@media #{$mq-tablet}, #{$mq-mobile} {
:global(.vtex-button) {
width: 100%;
}
}
:global(.vtex-button__label) {
font-family: $font-family;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
color: #BFBFBF;
padding: 0 16px !important;
@media #{$mq-desktop}{
font-size: 18px;
}
@media #{$mq-tablet}, #{$mq-mobile} {
font-size: 18px;
padding: 0 !important;
justify-content: flex-start;
}
}
:global(.vtex-button) {
background: transparent;
border: none;
}
}
.listItemActive {
border-bottom: 2px solid $color-black0;
@media #{$mq-tablet}, #{$mq-mobile} {
border: none;
}
:global(.vtex-button__label) {
color: $color-black0;
}
}
}
.contentContainer--description {
display: flex;
align-items: flex-start;
justify-content: space-evenly;
gap: 32px;
}
}
.contentContainer--description-content{
padding: 0 32px;
@media #{$mq-tablet}, #{$mq-mobile}{
padding: 0 0 16px;
border-bottom: 1px solid #BFBFBF;
}
.contentItem {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 32px;
@media #{$mq-tablet}, #{$mq-mobile}{
flex-direction: column;
gap: 16px;
}
:global(.vtex-store-components-3-x-productImagesContainer--image-description){
width: 50%;
@media #{$mq-tablet}, #{$mq-mobile}{
width: 100%;
}
}
:global(.vtex-store-components-3-x-productDescriptionContainer){
width: 50%;
@media #{$mq-tablet}, #{$mq-mobile}{
width: 100%;
}
:global(.vtex-store-components-3-x-productDescriptionTitle ) {
font-family:$font-family;
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 32px;
color: $color-gray7;
margin-bottom: 16px;
@media #{$mq-desktop} {
font-size: 24px;
}
@media #{$mq-tablet}, #{$mq-mobile}{
font-size: 20px;
}
}
:global(.vtex-store-components-3-x-container) {
display: flex;
align-items: flex-start;
flex-direction: column;
gap: 16px;
padding: 0;
:global(.vtex-store-components-3-x-content) {
font-family: $font-family;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: $color-gray6;
@media #{$mq-desktop} {
font-size: 16px;
line-height: 22px;
}
@media #{$mq-tablet}, #{$mq-mobile}{
font-size: 14px;
line-height: 19px;
}
}
:global(.vtex-store-components-3-x-fadeBottom ){
@media #{$mq-tablet}, #{$mq-mobile}{
background-image: none;
}
}
:global(.vtex-store-components-3-x-showMoreButton) {
display: none;
}
}
}
}
}