remove loading icons from ionic

This commit is contained in:
Adam Bradley
2013-11-07 17:01:01 -06:00
parent 724a259474
commit 3b5363bc0d
2 changed files with 0 additions and 68 deletions

30
dist/css/ionic.css vendored
View File

@ -4956,36 +4956,6 @@ a.button {
.fill-icon.ion-gray-lighter:before {
background: #eeeeee; }
.ion-loading {
font-family: 'Ionicons';
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-animation: spin .75s linear infinite;
-moz-animation: spin .75s linear infinite;
animation: spin .75s linear infinite; }
.ion-loading:before {
content: "\e144"; }
.ion-refreshing {
font-family: 'Ionicons';
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-animation: spin .75s linear infinite;
-moz-animation: spin .75s linear infinite;
animation: spin .75s linear infinite; }
.ion-refreshing:before {
content: "\e144"; }
/**
* Util
* --------------------------------------------------

View File

@ -108,41 +108,3 @@
}
}
.ion-loading {
font-family: 'Ionicons';
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-animation:spin .75s linear infinite;
-moz-animation:spin .75s linear infinite;
animation:spin .75s linear infinite;
&:before {
content: "\e144";
}
}
.ion-refreshing {
font-family: 'Ionicons';
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-animation:spin .75s linear infinite;
-moz-animation:spin .75s linear infinite;
animation:spin .75s linear infinite;
&:before {
content: "\e144";
}
}