Merge branch 'release/2025.05.08' into feature/bugfix/CASH-556

This commit is contained in:
AdamCaouetteSafelite 2025-05-02 13:21:23 -04:00 committed by GitHub
commit 34f8182773
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@ export default {
}
.funnel-header {
position: relative;
padding: 0.97rem 0;
padding-top: 0.97rem;
}
.logo-image {

View file

@ -25,7 +25,7 @@ export default {
</script>
<style lang="scss">
#progress-bar-container {
padding: 0.75rem 0;
padding-top: 0.75rem;
width: 100%;
progress {