develop #1

Merged
PatrickSouzaSilva merged 14 commits from develop into master 2023-02-11 02:49:46 +00:00
4 changed files with 74 additions and 8 deletions
Showing only changes of commit 97632d79ee - Show all commits

View File

@ -153,6 +153,23 @@
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 {
margin-left: 32px;
font-family: "Open Sans", sans-serif;

View File

@ -20,13 +20,27 @@
}
.listItem--tab-list-button :global(.vtex-button) {
font-family: "Open Sans";
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
display: flex;
align-items: center;
text-align: center;
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;
}

View File

@ -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
.productDescriptionContainer {

View File

@ -10,16 +10,32 @@
margin-bottom: 54px;
}
//AREA DOS BUTOES DA DESCRIÇOES DO PRODUTO
.listItem--tab-list-button {
:global(.vtex-button) {
font-family: "Open Sans";
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
display: flex;
align-items: center;
text-align: center;
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;
}
}