CASH-1042 update confirmation submit button.

This commit is contained in:
Bryan Mauger 2025-07-17 12:02:37 -04:00
parent 113ab742ed
commit 440c372f5b

View file

@ -317,10 +317,16 @@ export default {
} }
} }
.custom-secondary { .custom-secondary {
&:hover { border-radius: .5rem;
color: $blue;
border: 1px solid $blue;
&:hover,
&:focus,
&:active {
color: $blue; color: $blue;
background: transparent; background: transparent;
border: 1px solid $blue; border: 1px solid $blue;
box-shadow: 0 0 0 3px #ffffff, 0 0 0 5.5px $blue;
} }
} }
} }