Files
frontend-app-authoring/src/generic/processing-notification/ProccessingNotification.scss
Brian Smith 5a84d8c52f feat!: add design tokens support (#2187)
BREAKING CHANGE: Pre-design-tokens theming is no longer supported.

Co-authored-by: Diana Olarte <diana.olarte@edunext.co>
2025-06-18 15:17:18 -04:00

16 lines
262 B
SCSS

.processing-notification-icon {
animation: rotate 1s linear infinite;
}
.processing-notification-hide-close-button {
.btn-icon {
display: none;
}
}
.toast-container {
right: 1.25rem;
left: unset;
z-index: var(--pgn-elevation-popover-zindex);
}