Retrospring/app/assets/stylesheets/overrides/_toasts.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
100 B
SCSS
Raw Normal View History

.toastify {
@include media-breakpoint-up('md') {
transform: translateY(56px) !important;
}
}