Files
frontend-app-authoring/src/generic/processing-notification/ProccessingNotification.scss
Navin Karkera 434fea3a95 feat: delete collection [FC-0062] (#1333)
* feat: delete collection

* feat: update button status on delete

* test: add tests for collection delete
2024-10-08 16:59:06 +00:00

16 lines
242 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: $zindex-popover;
}