Sha256: 93e0d98aeae10f8fec13d7bf72e6752c351c6d4b33142306f967a6210a56efd2

Contents?: true

Size: 1.13 KB

Versions: 5

Compression:

Stored size: 1.13 KB

Contents

ul.tellimus-pricing-table {

  position: relative;
  margin: 20px 0;
  margin-left: 25px;


  li.plan {

    text-align: center;

    background-color: #f5f5f5;
    margin-top: 17px;

    margin-left: 0;

    position: relative;
    z-index: 99;

    &.plan-primary {
      background-color: #f9f9f9;
      margin-top: 0px;

      margin-left: -5px;
      margin-right: -5px;

      z-index: 100;

      h3 {
        font-size: 32.5px;
        line-height: 51px;
      }
      h4 {
        line-height: 22px;
      }
      a, input[type=submit] {
        font-size: 21.5px;
        line-height: 26px;
      }
      ul.features {
        margin-bottom: 12px;
        li {
          font-size: 12pt;
        }
      }
    }

    .call-to-action {
      margin: 10px 0;
    }

    .features {
      margin: 0;
      li {
        list-style: none;
        padding: 8px;
        line-height: 18px;
        vertical-align: top;
        border-top: 1px solid #dddddd;
      }
      li:first-child {
        border-top: none;
      }
    }

  }


  .social-proof {
    padding: 17px 0;
    blockquote {
      h2, h3, h4 {
        padding: 5px 0;
      }
    }
  }

}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tellimus-0.1.2 app/assets/stylesheets/tellimus/pricing-table.scss
tellimus-0.1.1 app/assets/stylesheets/tellimus/pricing-table.scss
tellimus-0.1.0 app/assets/stylesheets/tellimus/pricing-table.scss
tellimus-0.0.4 app/assets/stylesheets/tellimus/pricing-table.scss
tellimus-0.0.3 app/assets/stylesheets/tellimus/pricing-table.scss