Merge pull request #3681 from shubhwebkul/patch-2

Issue #3675 resolved
This commit is contained in:
Jitendra Singh 2020-08-07 10:38:35 +05:30 committed by GitHub
commit 0dbee8bfa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 12 deletions

View File

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