samagra-chatui
Version:
The React library for Chatbot UI
36 lines (30 loc) • 542 B
text/less
.PullToRefresh {
height: 100%;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
&-fallback {
padding-top: var(--gutter);
text-align: center;
}
&-loadMore {
font-size: @font-size-sm;
}
}
.PullToRefresh-inner {
overflow: hidden;
min-height: 100%;
}
.PullToRefresh-indicator {
height: 30px;
margin-top: -30px;
color: grey;
text-align: center;
line-height: 30px;
}
.PullToRefresh-spinner {
color: var(--gray-3);
font-size: 27px;
}
.PullToRefresh-transition {
transition: transform 0.3s;
}