* feat: delete collection * feat: update button status on delete * test: add tests for collection delete
16 lines
242 B
SCSS
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;
|
|
}
|