17 lines
206 B
CSS
17 lines
206 B
CSS
/* Toasts */
|
|
|
|
.toast {
|
|
z-index: 2 !important;
|
|
}
|
|
|
|
.toast .progress-bar {
|
|
border-radius: 0;
|
|
}
|
|
|
|
|
|
/* Progress Bar */
|
|
|
|
@keyframes decreaseProgressWidth {
|
|
from { width: 100%; }
|
|
to { width: 0%; }
|
|
} |