@import 'variable';

$class-prefix: 'cn-ui-m';

.#{$hashClassName}.#{$class-prefix}-pull-to-refresh {
  .#{$class-prefix}-pull-to-refresh {
    &-head {
      overflow: hidden;
      position: relative;
      color: $m-color-text-tip;
      &-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
      }
    }
  }
}
