Skip to content

Commit

Permalink
update css style
Browse files Browse the repository at this point in the history
  • Loading branch information
ntqdinh-axonivy committed Dec 11, 2024
1 parent 5ac316e commit 0e25945
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<div class="container-fluid">
@if (productDetail() | emptyProductDetailPipe) {
@if (productDetail() | emptyProductDetailPipe) {
<div class="min-vh-100">
<app-loading-spinner
class="min-vh-100"
containerClasses="d-flex justify-content-center position-absolute align-items-center w-100 h-100 fixed-top rounded overlay-background"
containerClasses="d-flex justify-content-center position-absolute align-items-center w-100 h-100 start-0 rounded overlay-background"
[key] = "LoadingComponentId.DETAIL_PAGE"
/>
</div>
Expand Down

0 comments on commit 0e25945

Please sign in to comment.