GoScrobble/web/node_modules/react-toastify/scss/minimal.scss

17 lines
263 B
SCSS
Raw Normal View History

2022-04-25 02:47:15 +00:00
@charset "UTF-8";
@import "variables";
@keyframes #{$rt-namespace}__trackProgress {
0%{
transform: scaleX(1);
}
100%{
transform: scaleX(0);
}
}
.#{$rt-namespace}__progress-bar {
animation: #{$rt-namespace}__trackProgress linear 1 forwards;
}