5 lines
100 B
SCSS
5 lines
100 B
SCSS
|
.toastify {
|
||
|
@include media-breakpoint-up('md') {
|
||
|
transform: translateY(56px) !important;
|
||
|
}
|
||
|
}
|