Closed anicache08 closed 3 years ago
Hello there, @anicache08 ,
Thank you for your interest in working with our products.
src/assets/scss/react/plugins/_plugin-react-bootstrap-sweetalert.scss
src/assets/scss/react/react-differences.scss
between lines 6
and 7
add @import "plugins/plugin-react-bootstrap-sweetalert";
@include media-breakpoint-up(sm) {
.sweet-alert{
margin-top: 100px !important;
}
}
@include media-breakpoint-down(sm) {
.sweet-alert{
margin-top: 50px !important;
}
}
Best,
Manu
Yup it works. Thanks @EINazare
Hi something is wrong with the sweet alert position in your demo website. Please check this screenshot for your reference. Thanks