CSR-1052 update button type.

This commit is contained in:
Bryan Mauger 2023-01-10 11:33:59 -05:00
parent b7e8fc5817
commit a28c89dc0e
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@
</div>
<div class="modal-footer px-5 py-4">
<buttonMain
isPrimary
class="w-100"
ref="buttonMain"
suppressLoader

View file

@ -7,7 +7,7 @@
&.list-card {
&:not(.selected) {
position: relative;
z-index: 4;
z-index: 5;
@include box-shadow-hover($blue-300);
}
}