Merge pull request #925 from Safelite/CSR-1052-update-button-type-r2
CSR-1052 update button type.
This commit is contained in:
commit
8308d8cce3
2 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer px-5 py-4">
|
<div class="modal-footer px-5 py-4">
|
||||||
<buttonMain
|
<buttonMain
|
||||||
|
isPrimary
|
||||||
class="w-100"
|
class="w-100"
|
||||||
ref="buttonMain"
|
ref="buttonMain"
|
||||||
suppressLoader
|
suppressLoader
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
&.list-card {
|
&.list-card {
|
||||||
&:not(.selected) {
|
&:not(.selected) {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 4;
|
z-index: 5;
|
||||||
@include box-shadow-hover($blue-300);
|
@include box-shadow-hover($blue-300);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue