74 lines
2.5 KiB
CSS
74 lines
2.5 KiB
CSS
/*
|
|
0 - 600PX: Phone
|
|
600 - 900px: Table portrait
|
|
900 - 1200px: Tablet landscape
|
|
[1200 - 1800] is where our nortal styles apply
|
|
1800px + : Big desktop
|
|
*/
|
|
/* Media Query M3 */
|
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
|
|
/* Grid breakpoints */
|
|
.container--description {
|
|
margin: 16px 40px;
|
|
height: 702px;
|
|
}
|
|
.container--description .listContainer {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
border-bottom: 1px solid #bfbfbf;
|
|
}
|
|
.container--description .listContainer .listItem {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.container--description .listContainer .listItem :global(.vtex-button) {
|
|
background: white;
|
|
border: none;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-size: 18px;
|
|
text-transform: none;
|
|
color: #bfbfbf;
|
|
}
|
|
.container--description .listContainer .listItem :global(.vtex-button) :global(.vtex-button__label) {
|
|
padding: 0;
|
|
}
|
|
.container--description .listContainer .listItemActive {
|
|
border-bottom: 2px solid black;
|
|
}
|
|
.container--description .listContainer .listItemActive :global(.vtex-button) {
|
|
color: black;
|
|
}
|
|
.container--description .contentContainer .contentItem {
|
|
display: flex;
|
|
}
|
|
.container--description .contentContainer .contentItem :global(.vtex-store-components-3-x-productImagesContainer) {
|
|
width: 100%;
|
|
height: 100%;
|
|
max-width: 632px;
|
|
max-height: 632px;
|
|
}
|
|
.container--description .contentContainer .contentItem :global(.vtex-store-components-3-x-productImagesGallerySlide) {
|
|
margin: 32px 32px 16px 32px;
|
|
}
|
|
.container--description .contentContainer .contentItem :global(.vtex-store-components-3-x-carouselGaleryThumbs) {
|
|
display: none;
|
|
}
|
|
.container--description .contentContainer .contentItem :global(.vtex-store-components-3-x-productDescriptionContainer) {
|
|
margin-top: 32px;
|
|
margin-left: 32px;
|
|
}
|
|
.container--description .contentContainer .contentItem :global(.vtex-store-components-3-x-productDescriptionContainer) :global(.vtex-store-components-3-x-productDescriptionTitle) {
|
|
font-family: "Open Sans", sans-serif;
|
|
font-size: 24px;
|
|
line-height: 32px;
|
|
color: #575757;
|
|
}
|
|
.container--description .contentContainer .contentItem :global(.vtex-store-components-3-x-productDescriptionContainer) :global(.vtex-store-components-3-x-productDescriptionText) {
|
|
font-family: "Open Sans", sans-serif;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
color: #929292;
|
|
}
|
|
.container--description .contentContainer .contentItem :global(.vtex-store-components-3-x-productDescriptionContainer) :global(.vtex-store-components-3-x-container) {
|
|
padding: 0;
|
|
} |