2023-01-26 23:51:57 +00:00
|
|
|
//Tab Layout
|
|
|
|
|
|
|
|
.container--description-block {
|
|
|
|
padding: 0 40px;
|
2023-01-28 13:49:06 +00:00
|
|
|
margin-top: 16px;
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
2023-01-26 23:51:57 +00:00
|
|
|
.listContainer {
|
|
|
|
justify-content: space-around;
|
|
|
|
border-bottom: 1px solid #b9b9b9;
|
|
|
|
margin-bottom: 32px;
|
2023-01-28 13:49:06 +00:00
|
|
|
padding-top: 16px;
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
flex-direction: column;
|
|
|
|
border-top: 1px solid #b9b9b9;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
flex-direction: column;
|
|
|
|
border-top: 1px solid #b9b9b9;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
2023-01-26 23:51:57 +00:00
|
|
|
.listItem {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2023-01-28 13:49:06 +00:00
|
|
|
height: 38px;
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
2023-01-26 23:51:57 +00:00
|
|
|
:global(.vtex-button) {
|
|
|
|
background-color: unset;
|
|
|
|
border: none;
|
|
|
|
color: #bfbfbf;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 38px;
|
|
|
|
text-transform: capitalize;
|
|
|
|
width: 114px;
|
|
|
|
height: 38px;
|
|
|
|
border-radius: 0;
|
|
|
|
:global(.vtex-button__label) {
|
|
|
|
padding: 0;
|
2023-01-28 13:49:06 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
justify-content: left;
|
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
justify-content: left;
|
|
|
|
}
|
2023-01-26 23:51:57 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.listItemActive {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2023-01-28 13:49:06 +00:00
|
|
|
height: 38px;
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
2023-01-26 23:51:57 +00:00
|
|
|
:global(.vtex-button) {
|
|
|
|
background-color: unset;
|
|
|
|
border: none;
|
|
|
|
color: #000000;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 38px;
|
|
|
|
text-transform: capitalize;
|
|
|
|
border-bottom: 2px solid #000000;
|
|
|
|
width: 114px;
|
|
|
|
height: 38px;
|
|
|
|
border-radius: 0;
|
2023-01-28 13:49:06 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
border-bottom: unset;
|
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
border-bottom: unset;
|
|
|
|
width: 82px;
|
|
|
|
}
|
2023-01-26 23:51:57 +00:00
|
|
|
:global(.vtex-button__label) {
|
|
|
|
padding: 0;
|
2023-01-28 13:49:06 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
justify-content: left;
|
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
justify-content: left;
|
|
|
|
}
|
2023-01-26 23:51:57 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.contentContainer {
|
2023-01-28 13:49:06 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
border-bottom: 1px solid #b9b9b9;
|
|
|
|
padding-bottom: 16px;
|
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
border-bottom: 1px solid #b9b9b9;
|
|
|
|
padding-bottom: 16px;
|
|
|
|
}
|
2023-01-26 23:51:57 +00:00
|
|
|
.contentItem {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 50% 50%;
|
2023-01-28 13:49:06 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 100%;
|
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 100%;
|
|
|
|
}
|
2023-01-26 23:51:57 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|