Sha256: cd43cfc1a0f3c72626476150e12bd311a8db1e002098d7edf4b5e9d38c3a3af9

Contents?: true

Size: 722 Bytes

Versions: 1

Compression:

Stored size: 722 Bytes

Contents

#hero {
  background: image-url('site/index/hero.jpg') center / cover no-repeat;
  padding: {
    bottom: rem-calc(91);
    top: rem-calc(108);
  }

  #intro {
    background: rgba(255, 255, 255, 0.9);
    padding: rem-calc(21) rem-calc(27) rem-calc(21);

    h1 {
      color: #444647;
      font-size: rem-calc(46);
      font-weight: 100;
    }

    p {
      color: #707273;
      font-size: rem-cacl(18);
    }

    span {
      color: #75797b;
      display: block;
      font-size: rem-calc(12);
      margin-bottom: rem-calc(16);
    }

    .button {
      padding: {
        bottom: rem-calc(21);
        top: rem-calc(20);
      }
    }
  }
}

#project-management {
  h2 {
    margin-bottom: rem-calc(65);
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
self_systeem-0.1.0 test/dummy_app/app/assets/stylesheets/site/_index.scss