Files
ionic-framework/ionic/components/scroll/pull-to-refresh.scss
Max Lynch 6ab57f916d PTR
2015-07-03 13:22:15 -05:00

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;
}
}
}