2023-01-26 18:23:31 +00:00
|
|
|
/*
|
|
|
|
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 */
|
|
|
|
/* Grid breakpoints */
|
|
|
|
.listContainer {
|
|
|
|
margin-bottom: 32px;
|
|
|
|
display: flex;
|
2023-01-26 20:02:41 +00:00
|
|
|
flex-direction: row;
|
2023-02-07 14:40:28 +00:00
|
|
|
padding-right: 40px;
|
|
|
|
padding-left: 40px;
|
|
|
|
justify-content: space-around;
|
2023-02-09 14:11:20 +00:00
|
|
|
padding: 16px 40px;
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 96rem;
|
2023-01-26 20:02:41 +00:00
|
|
|
}
|
2023-02-07 18:37:46 +00:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.listContainer {
|
|
|
|
flex-direction: column;
|
2023-02-08 00:22:01 +00:00
|
|
|
padding: 0 40px 16px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
.listContainer::before {
|
|
|
|
content: "";
|
|
|
|
background-color: #bfbfbf;
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
position: relative;
|
|
|
|
top: 0px;
|
|
|
|
}
|
2023-02-09 14:11:20 +00:00
|
|
|
}
|
|
|
|
@media (max-width: 1024px) and (max-width: 1024px) {
|
|
|
|
.listContainer::before {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
2023-02-08 00:22:01 +00:00
|
|
|
.listContainer::after {
|
|
|
|
bottom: 0px;
|
2023-02-07 18:37:46 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-26 20:02:41 +00:00
|
|
|
.listContainer::after {
|
|
|
|
content: "";
|
|
|
|
background-color: #BFBFBF;
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
position: relative;
|
|
|
|
bottom: 9px;
|
2023-01-26 18:23:31 +00:00
|
|
|
}
|
2023-02-09 14:11:20 +00:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.listContainer::after {
|
|
|
|
bottom: 0 !important;
|
|
|
|
margin-top: 8px !important;
|
|
|
|
}
|
|
|
|
}
|
2023-01-26 18:23:31 +00:00
|
|
|
|
2023-02-08 01:08:40 +00:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.listItem {
|
2023-02-09 14:11:20 +00:00
|
|
|
margin-top: 8px;
|
|
|
|
margin-bottom: 8px;
|
2023-02-08 01:08:40 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.listItem :global(.vtex-button) {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.listItem :global(.vtex-button) :global(.vtex-button__label) {
|
2023-02-09 14:11:20 +00:00
|
|
|
padding: 0 !important;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 38px;
|
2023-02-08 01:08:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-01-26 18:23:31 +00:00
|
|
|
.listItem :global(.vtex-button) {
|
|
|
|
background-color: white;
|
|
|
|
color: #BFBFBF;
|
|
|
|
border: 0;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 38px;
|
|
|
|
text-transform: capitalize;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
2023-02-08 20:50:50 +00:00
|
|
|
@media (min-width: 1920px) {
|
2023-02-08 19:26:28 +00:00
|
|
|
.listItem :global(.vtex-button) {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 38px;
|
|
|
|
}
|
|
|
|
}
|
2023-01-26 18:23:31 +00:00
|
|
|
|
|
|
|
.listItemActive :global(.vtex-button) {
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 2px black solid;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 38px;
|
2023-02-07 18:37:46 +00:00
|
|
|
}
|
2023-02-08 20:50:50 +00:00
|
|
|
@media (min-width: 1920px) {
|
2023-02-08 19:26:28 +00:00
|
|
|
.listItemActive :global(.vtex-button) {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 38px;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
}
|
2023-02-07 18:37:46 +00:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.listItemActive :global(.vtex-button) {
|
|
|
|
border: 0;
|
|
|
|
}
|
2023-01-26 18:23:31 +00:00
|
|
|
}
|