2138 - Change cancel button to uploading button for CSV

This commit is contained in:
Jonathan Bobel
2025-03-26 14:49:11 -04:00
parent 7458acdab1
commit d79ece2d01
4 changed files with 36 additions and 9 deletions

View File

@@ -344,3 +344,17 @@ h2.recipient-list {
}
}
}
// Button ellipses loading
.dot-anim::after {
content: '.';
animation: dotPulse 1.5s steps(3, end) infinite;
}
@keyframes dotPulse {
0% { content: ''; }
33% { content: '.'; }
66% { content: '..'; }
100% { content: '...'; }
}

View File

@@ -1,5 +1,5 @@
@forward "uswds-theme";
@forward "uswds";
@forward "uswds-theme-custom-styles";
@forward "legacy-styles";
@forward "main";
@forward "data-visualization";