commit
0dbee8bfa2
|
|
@ -84,17 +84,16 @@
|
||||||
@endpush
|
@endpush
|
||||||
|
|
||||||
@if ($addresses->isEmpty())
|
@if ($addresses->isEmpty())
|
||||||
<style>
|
<style>
|
||||||
|
a#add-address-button {
|
||||||
|
position: absolute;
|
||||||
|
margin-top: 92px;
|
||||||
|
}
|
||||||
|
|
||||||
a#add-address-button {
|
.address-button {
|
||||||
position: absolute;
|
z-index: 1;
|
||||||
margin-top: 92px;
|
position: absolute;
|
||||||
}
|
margin-top: 110px !important;
|
||||||
|
}
|
||||||
.address-button {
|
</style>
|
||||||
position: absolute;
|
|
||||||
margin-top: 92px;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
@endif
|
@endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue