Sha256: aca4f387e74a9b2179abf12d4058930cc7f479d4eae3a0883815ee445cad9f1d

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

.rolling-back {
  background-color: $light-red;
}

.deploy-abort {
  display: none;
  &[data-deploy-status="running"] { display: block; }

  text-align: center;
  .deploy-action {
    float: none;
    width: 50%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    &.pending {
      .ready { display: none; }
      .disabled { display: inline; }
    }
    .ready { display: inline; }
    .disabled { display: none; }
  }
}

.deploy-banner {
  background-color: #f0f4f7;
  overflow: hidden;
  padding: .95rem 0 1.125rem;
  position: relative;

    &.pending:before {
      content: "";
      background-color: $blue;
      bottom: 0;
      left: 0;
      width: 0%;
      height: 2px;
      position: absolute;
      z-index: 9999;
      -webkit-animation: loading-slide 1.2s linear infinite;
    }

    .deploy-status {
      color: #8f9498;
    }
    .short-sha {
      background: #e6eaed;
      font-family: Menlo, monospace;
      color: #9cacbb;
      border-radius: 4px;
      font-size: .875rem;
      padding: .25em .45em;
    }
}

@include keyframes(loading-slide) {
  0% { width: 0%; left: 0%; }
  30% {  left: 0%; }
  100% { width: 50%; left: 100%; }
}

pre.nowrap {
  white-space: pre;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shipit-engine-0.0.1.pre app/assets/stylesheets/_pages/_deploy.scss