develop #1
@ -153,6 +153,23 @@
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.subscriberContainer :global(.vtex-store-components-3-x-title) {
|
||||||
|
font-family: "Open Sans", sans-serif;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: #868686;
|
||||||
|
}
|
||||||
|
.subscriberContainer :global(.vtex-store-components-3-x-subscribeLabel) {
|
||||||
|
font-family: "Open Sans", sans-serif;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: #929292;
|
||||||
|
}
|
||||||
|
|
||||||
.productDescriptionContainer {
|
.productDescriptionContainer {
|
||||||
margin-left: 32px;
|
margin-left: 32px;
|
||||||
font-family: "Open Sans", sans-serif;
|
font-family: "Open Sans", sans-serif;
|
||||||
|
@ -20,13 +20,27 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.listItem--tab-list-button :global(.vtex-button) {
|
.listItem--tab-list-button :global(.vtex-button) {
|
||||||
font-family: "Open Sans";
|
font-family: "Open Sans", sans-serif;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 38px;
|
line-height: 38px;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
text-align: center;
|
|
||||||
color: #bfbfbf;
|
color: #bfbfbf;
|
||||||
|
background-color: white;
|
||||||
|
border: none;
|
||||||
|
font-family: "Open Sans";
|
||||||
|
text-transform: capitalize;
|
||||||
|
}
|
||||||
|
|
||||||
|
.listItemActive :global(.vtex-button) {
|
||||||
|
font-family: "Open Sans", sans-serif;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 38px;
|
||||||
|
color: #000000;
|
||||||
|
background-color: white;
|
||||||
|
border: none;
|
||||||
|
text-transform: capitalize;
|
||||||
|
border-bottom: 3px solid #000000;
|
||||||
}
|
}
|
@ -175,6 +175,25 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//AREA DO COMPONENTES QUANDO O PRODUTO ESTA INDISPONIVEL
|
||||||
|
.subscriberContainer {
|
||||||
|
:global(.vtex-store-components-3-x-title) {
|
||||||
|
font-family: "Open Sans", sans-serif;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: #868686;
|
||||||
|
}
|
||||||
|
:global(.vtex-store-components-3-x-subscribeLabel) {
|
||||||
|
font-family: "Open Sans", sans-serif;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
color: #929292;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//AREA DO TAB LAYOUT CONTAINER
|
//AREA DO TAB LAYOUT CONTAINER
|
||||||
.productDescriptionContainer {
|
.productDescriptionContainer {
|
||||||
|
@ -10,16 +10,32 @@
|
|||||||
margin-bottom: 54px;
|
margin-bottom: 54px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//AREA DOS BUTOES DA DESCRIÇOES DO PRODUTO
|
||||||
.listItem--tab-list-button {
|
.listItem--tab-list-button {
|
||||||
:global(.vtex-button) {
|
:global(.vtex-button) {
|
||||||
font-family: "Open Sans";
|
font-family: "Open Sans", sans-serif;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 38px;
|
line-height: 38px;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
text-align: center;
|
|
||||||
color: #bfbfbf;
|
color: #bfbfbf;
|
||||||
|
background-color: white;
|
||||||
|
border: none;
|
||||||
|
font-family: "Open Sans";
|
||||||
|
text-transform: capitalize;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.listItemActive {
|
||||||
|
:global(.vtex-button) {
|
||||||
|
font-family: "Open Sans", sans-serif;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 38px;
|
||||||
|
color: #000000;
|
||||||
|
background-color: white;
|
||||||
|
border: none;
|
||||||
|
text-transform: capitalize;
|
||||||
|
border-bottom: 3px solid #000000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user