Sha256: 66f102a62e08ecb17134f64137a0d6c03c03c6687add16b17e8dbd84f087c0cc

Contents?: true

Size: 645 Bytes

Versions: 3

Compression:

Stored size: 645 Bytes

Contents

body:before {
  font-family: Helvetica, Arial, Sans-Serif;
  content: "oh no! build error!";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-color: rgb(141, 55, 55);
  text-align: center;
  font-size: 2.5em;
  line-height: 2.5em;
  color: whitesmoke;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
  z-index: 100000;
}

body:after {
  font-family: Helvetica, Arial, Sans-Serif;
  content: '{REPLACE_ERRORS}';
  position: absolute;
  top: 100px; left: 0; right: 0;
  padding: 20px 50px;
  font-size: 1.25em;
  color: black;
  background-color: whitesmoke;
  border-bottom: 1px solid #aaa;
  z-index: 100000;  
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
slinky-0.8.3 lib/slinky/templates/inject.css
slinky-0.8.2 lib/slinky/templates/inject.css
slinky-0.8.1 lib/slinky/templates/inject.css