Dismiss all

This commit is contained in:
Michael Shamoon 2021-01-26 02:52:16 -08:00
parent 53309f017f
commit 532a3d955c
4 changed files with 27 additions and 2 deletions

View file

@ -21,6 +21,15 @@ form {
line-height: 1;
}
.dismiss-all {
transition: opacity 0.2s ease;
opacity: 0;
}
.has-multiple-status .dismiss-all {
opacity: 1;
}
::ng-deep .progress {
position: absolute;
top: 0;