25 lines
615 B
CSS
25 lines
615 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 {
|
|
display: flex;
|
|
padding: 0;
|
|
width: 27.93px;
|
|
height: 19.5px;
|
|
}
|
|
.openIconContainer::after {
|
|
content: "";
|
|
width: 27.93px;
|
|
height: 19.5px;
|
|
background-size: cover;
|
|
background-image: url(https://agenciamagma.vtexassets.com/assets/vtex.file-manager-graphql/images/9ea5471c-474a-45f7-b9ea-d489b69054ca___1f13b7a9c350667423fb6b597b1b199f.svg);
|
|
}
|
|
.openIconContainer .menuIcon {
|
|
width: 0;
|
|
} |