m3-academy-template-vtexio-.../storefront/styles/sass/partials/header/vtex.store-drawer.scss
Caroline Moran f2a03c53ae first commit
2022-08-11 09:06:07 -04:00

28 lines
564 B
SCSS

.drawerContent {
position: relative;
}
.closeIconContainer {
position: absolute;
right: 0;
justify-content: flex-end;
}
.drawerContent .childrenContainer {
padding: 25px 16px 0;
}
.openIconContainer {
background: url(assets/svgs/ham.svg) no-repeat center center !important;
background-size: contain;
}
.openIconContainer .menuIcon {
opacity: 0;
}
.closeIconButton {
background: url(assets/svgs/close-icon.svg) no-repeat center center !important;
background-size: contain;
}
.closeIconButton .closeIcon {
opacity: 0;
}