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

74 lines
1.5 KiB
SCSS
Raw Normal View History

2023-02-07 01:14:20 +00:00
.contentContainer {
2023-02-08 01:40:56 +00:00
padding: 32px 72px 0 72px;
2023-02-07 01:14:20 +00:00
.contentItem {
display: flex;
:global(.vtex-store-components-3-x-productDescriptionContainer) {
margin-left: 32px;
:global(.vtex-store-components-3-x-productDescriptionTitle) {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 24px !important;
color: #575757 !important;
}
:global(.vtex-store-components-3-x-productDescriptionText) {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #929292;
}
}
:global(.vtex-store-components-3-x-productImage) {
width: 632px;
height: 632px;
}
}
}
.listContainer {
border-bottom: 1px solid #bfbfbf;
width: 1360px;
margin: auto;
display: flex;
gap: 120px;
:global(.vtex-button) {
background-color: white;
color: black;
border: none;
}
}
.listItem {
position: relative;
bottom: -5px;
color: #bfbfbf;
:global(.vtex-button__label) {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 38px;
text-transform: capitalize;
color: #bfbfbf;
}
}
.listItemActive {
border-bottom: #000000 2px solid;
position: relative;
bottom: -5px;
:global(.vtex-button__label) {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 38px;
text-transform: capitalize;
color: #000000;
}
}