mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
Merge pull request #4 from pritambaral/spinner-2d
Improve preloader performance on non-accelerated platforms
This commit is contained in:
commit
8cf3f9ef0b
1 changed files with 0 additions and 3 deletions
|
|
@ -33,7 +33,6 @@
|
|||
height: 100%;
|
||||
z-index: 1000;
|
||||
background: #000000;
|
||||
backface-visibility: hidden;
|
||||
& > div {
|
||||
display: block;
|
||||
position: relative;
|
||||
|
|
@ -45,9 +44,7 @@
|
|||
border-radius: 50%;
|
||||
border: 3px solid transparent;
|
||||
border-top-color: $danger;
|
||||
backface-visibility: hidden;
|
||||
transform: translate3d(0, 0, 0);
|
||||
backface-visibility: hidden;
|
||||
animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
|
||||
&:before {
|
||||
content: "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue