74 lines
1.5 KiB
SCSS
74 lines
1.5 KiB
SCSS
.contentContainer {
|
|
padding: 32px 72px 0 72px;
|
|
.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;
|
|
}
|
|
}
|