Sha256: e46ae31f1a728f4206cc048ac5be9474027175f7b2ed3253bcfedc838daf8ca1

Contents?: true

Size: 836 Bytes

Versions: 3

Compression:

Stored size: 836 Bytes

Contents

.blank_entry {
  margin: 0;
  position: relative;
  font-family: "SourceSansPro";
  font-size: 17px;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 5% 25%;
  background-color: #fff;
  color: #333;
  height: 100%;

  h2 {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #999;

    &:before {
      content: "";
      display: block;
      margin: 0 auto 30px auto;
      width: 61px;
      height: 60px;
      background-image: image-url('pageflow/themes/default/logo_header.png');
      opacity: 0.3;
    }
  }

  em {
    font-weight: bold;
    font-style: normal;
  }

  ol {
    display: inline-block;
    text-align: left;
    padding: 20px 50px;
    border-bottom: solid 1px #aaa;
    border-top: solid 1px #aaa;
  }

  li {
    padding: 15px 0;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pageflow-0.10.0 app/assets/stylesheets/pageflow/editor/blank_entry.css.scss
pageflow-0.9.2 app/assets/stylesheets/pageflow/editor/blank_entry.css.scss
pageflow-0.9.1 app/assets/stylesheets/pageflow/editor/blank_entry.css.scss