2023-02-08 22:43:54 +00:00
|
|
|
.container {
|
|
|
|
padding: 16px 40px;
|
|
|
|
|
2023-02-11 02:07:18 +00:00
|
|
|
@media (min-width:1920px) {
|
|
|
|
padding: 16px 360px;
|
|
|
|
}
|
|
|
|
|
2023-02-08 22:43:54 +00:00
|
|
|
.homeIcon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.homeLink {
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
content: "Home";
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-breadcrumb-1-x-term) {
|
|
|
|
color: $color-gray6;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|