mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(): remove loading icon
This commit is contained in:
@ -115,7 +115,6 @@
|
||||
<body>
|
||||
|
||||
<ion-app>
|
||||
<ion-loading-icon></ion-loading-icon>
|
||||
</ion-app>
|
||||
|
||||
<script>
|
||||
@ -124,8 +123,6 @@
|
||||
} else {
|
||||
document.body.classList.remove('rtl');
|
||||
}
|
||||
|
||||
|
||||
System.import('index.js').then(function(m) {}, console.error.bind(console));
|
||||
</script>
|
||||
|
||||
|
@ -88,36 +88,3 @@ click-block {
|
||||
.click-block-active {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
|
||||
// Loading Icon
|
||||
// --------------------------------------------------
|
||||
|
||||
@keyframes rotation {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
|
||||
ion-loading-icon {
|
||||
display: flex;
|
||||
|
||||
align-self: center;
|
||||
|
||||
margin: auto;
|
||||
|
||||
font-family: "Ionicons";
|
||||
|
||||
font-size: 128px;
|
||||
color: #666;
|
||||
|
||||
animation: rotation 45s infinite linear;
|
||||
|
||||
&::before {
|
||||
content: "\f44e";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user