Sha256: 9d48aa206c136c8fdaf1a119e95e42b4c3a2ca6daa2292fda438fb72a53a2913

Contents?: true

Size: 561 Bytes

Versions: 6

Compression:

Stored size: 561 Bytes

Contents

.build {
  border-radius:12px;
  border:2px solid RGB(201,49,20);
  margin:20px;
  .header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
    position:relative;
    .status {
      top:4px;
      right:4px;
      position:absolute;
    }
  }
  .header.passed {
    background-color:RGB(71,213,86);
  }
  .header.failed {
    background-color: RGB(247,65,67);
  }
  .output pre {
    cursor:pointer;
    color: white;
    background-color:black;
    max-height:100px;
    overflow-y:hidden;
    overflow-x:scroll;
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bait-0.5.6 app/css/build.scss
bait-0.5.5 app/css/build.scss
bait-0.5.4 app/css/build.scss
bait-0.5.2 app/css/build.scss
bait-0.5.1 app/css/build.scss
bait-0.5.0 assets/stylesheets/build.scss