mirror of https://github.com/Squidex/squidex.git
9 changed files with 20 additions and 5 deletions
|
Before Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 637 B |
|
After Width: | Height: | Size: 637 B |
@ -1,3 +1,3 @@ |
|||||
<img [class.hidden]="!isLoading" class="loader" src="./images/loader-white.gif" /> |
<img [class.hidden]="!isLoading" class="loader" src="./images/loader-white.svg" /> |
||||
|
|
||||
<i [class.hidden]="isLoading" class="icon-logo"></i> |
<i [class.hidden]="isLoading" class="icon-logo"></i> |
||||
@ -1,3 +1,6 @@ |
|||||
.loader { |
.loader { |
||||
@include absolute(12px, null, null, 20px); |
@include absolute(50%, null, null, 50%); |
||||
|
margin-left: -14px; |
||||
|
margin-top: -14px; |
||||
|
width: 28px; |
||||
} |
} |
||||
Loading…
Reference in new issue