UNPKG

468 BCSSView Raw
1.rmc-pull-to-refresh-content {
2 transform-origin: left top 0px;
3}
4.rmc-pull-to-refresh-content-wrapper {
5 overflow: hidden;
6}
7.rmc-pull-to-refresh-transition {
8 transition: transform 0.3s;
9}
10.rmc-pull-to-refresh-indicator {
11 color: grey;
12 text-align: center;
13 height: 25px;
14 line-height: 25px;
15}
16.rmc-pull-to-refresh-down .rmc-pull-to-refresh-indicator {
17 margin-top: -25px;
18}
19.rmc-pull-to-refresh-up .rmc-pull-to-refresh-indicator {
20 margin-bottom: -25px;
21}