<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pulltorefresh--ptr {
  /*box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 1);*/
  background: rgba(75, 158, 209, 0.7);
  color: #fff;
  pointer-events: none;
  top: 0;
  height: 0;
  transition: height 0.3s, min-height 0.3s;
  text-align: center;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  align-content: stretch;
}
.pulltorefresh--box {
  padding: 5px;
  flex-basis: 100%;
}
.pulltorefresh--pull {
  transition: none;
}
.pulltorefresh--text {
  margin-top: .83em;
  color: #fff;
  font-size:1rem;
}
.pulltorefresh--icon {
  color: #fff;
  transition: transform .3s;
  font-size:3em;
  font-weight:bold;
}
/*
When at the top of the page, disable vertical overscroll so passive touch
listeners can take over.
*/
.pulltorefresh--top {
  touch-action: pan-x pan-down pinch-zoom;
}
.pulltorefresh--release .pulltorefresh--icon {
  transform: rotate(180deg);
}</pre></body></html>