Sha256: 92e0b5831eec08c8c7ab3f4db2d28795c11d2d27d8cc196639045d665a23464f

Contents?: true

Size: 993 Bytes

Versions: 1

Compression:

Stored size: 993 Bytes

Contents

// Table of Contents
// ==================================================
// Xpull

// Xpull
// ==================================================
.xpull {
  color: color(gray);
  display: none;
  font-size: text-size(s);
  height: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transform: translate3d(0, 0, 0) rotate(0deg);
}
.xpull-pulled {
  .xpull-arrow {
    top: 5px;
    transform: rotate(180deg);
  }
}
.xpull-arrow {
  @include transition(transform 0.3s ease-in-out);
  background: color(gray);
  border-top-left-radius: border-radius(b);
  border-top-right-radius: border-radius(b);
  height: 10px;
  margin: 5px auto 0;
  position: relative;
  width: 4px;

  &::after {
    border-top: 6px solid color(gray);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: '';
    height: 0;
    left: -3px;
    position: absolute;
    top: 100%;
    width: 0;
  }
}
.xpull-spinner {
  display: none;
  font-size: text-size(xl);
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_frontend-15.0.6 vendor/assets/stylesheets/components/_xpull.scss