17 lines
321 B
SCSS
17 lines
321 B
SCSS
ion-app.app-root core-download-refresh {
|
|
button, ion-icon {
|
|
cursor: pointer;
|
|
pointer-events: auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.core-icon-downloaded {
|
|
font-size: 1.8em;
|
|
}
|
|
|
|
.spinner {
|
|
/*@include position(null, 13px, null, null);
|
|
position: absolute;*/
|
|
}
|
|
}
|