13 lines
182 B
SCSS
13 lines
182 B
SCSS
|
.openIconContainer{
|
||
|
|
||
|
padding: 0;
|
||
|
|
||
|
.menuIcon{
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
&::after{
|
||
|
content: url("https://agenciamagma.vteximg.com.br/arquivos/drawerChallegeVtexT4.svg");
|
||
|
}
|
||
|
}
|