27 lines
704 B
CSS
27 lines
704 B
CSS
/*
|
|
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 */
|
|
.openIconContainer {
|
|
padding: 0;
|
|
}
|
|
|
|
.minicartContainer :global(.vtex-button__label)::after {
|
|
content: "";
|
|
width: 22.92px;
|
|
height: 20px;
|
|
background-size: cover;
|
|
background-image: url(https://agenciamagma.vtexassets.com/assets/vtex.file-manager-graphql/images/cac15af6-1cf1-4abd-8b86-16be35389922___23cb41edf57081b55d5f7dfe717aa5e8.svg);
|
|
}
|
|
.minicartContainer .minicartIconContainer .cartIcon {
|
|
width: 0;
|
|
}
|
|
.minicartContainer .minicartQuantityBadge {
|
|
right: -1.8rem;
|
|
background-color: black;
|
|
} |