mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
29 lines
440 B
SCSS
29 lines
440 B
SCSS
ion-refresher {
|
|
position: absolute;
|
|
top: -60px;
|
|
right: 0;
|
|
left: 0;
|
|
overflow: hidden;
|
|
margin: auto;
|
|
height: 60px;
|
|
.refresher {
|
|
position: absolute;
|
|
bottom: 15px;
|
|
left: 0;
|
|
width: 100%;
|
|
color: #fff;
|
|
text-align: center;
|
|
|
|
font-size: 30px;
|
|
|
|
.text-refreshing,
|
|
.text-pulling {
|
|
font-size: 16px;
|
|
line-height: 16px;
|
|
}
|
|
&.ionic-refresher-with-text {
|
|
bottom: 10px;
|
|
}
|
|
}
|
|
}
|