Sha256: dc2f43b6551f11acc44c8c63f734de6bda5a7c62ed145c3e3fea8a1a21ca5774

Contents?: true

Size: 1.18 KB

Versions: 8

Compression:

Stored size: 1.18 KB

Contents

.pricing-tables {
  .pricing-table {
    border: 1px solid $white;
    margin-bottom: 20px;
    position: relative;
    @include transition(opacity 100ms ease);

    &.not-important {
      @include opacity(.5);

      &:hover {
        @include opacity(1);
      }

      @media print {
        @include opacity(1);
      }
    }

    .header {
      text-align: center;
      padding: 20px 0 50px 0;
      font-size: 20px;
      font-family: $headingsFontFamily;
      background-color: $light;
    }

    .price {
      @include size(30%, 60px);
      line-height: 60px;
      position: absolute;
      top: 60px;
      z-index: 900;
      left: 50%;
      display: block;
      font-size: 25px;
      text-align: center;
      color: $white;
      margin-left: -15%;
      font-family: $headingsFontFamily;

      span {
        vertical-align: middle;
      }
    }

    .features {
      padding-top: 50px;
      text-align: center;
      margin-bottom: 0;
      background-color: $white;

      > li {
        padding: 5px 0;
        border-bottom: 1px solid lighten($light, 5%);
      }
    }

    .footer {
      text-align: center;
      background-color: $light;
      padding: 20px 0;
    }
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cg_app_base-1.1.1 app/assets/stylesheets/flatty/theme/pages/_pricing_tables.scss
cg_app_base-1.0.78 app/assets/stylesheets/flatty/theme/pages/_pricing_tables.scss
cg_app_base-1.0.62 app/assets/stylesheets/flatty/theme/pages/_pricing_tables.scss
cg_app_base-1.0.56 app/assets/stylesheets/flatty/theme/pages/_pricing_tables.scss
cg_app_base-1.0.55 app/assets/stylesheets/flatty/theme/pages/_pricing_tables.scss
cg_app_base-1.0.54 app/assets/stylesheets/flatty/theme/pages/_pricing_tables.scss
cg_app_base-1.0.52 app/assets/stylesheets/flatty/theme/pages/_pricing_tables.scss
cg_app_base-1.0.51 app/assets/stylesheets/flatty/theme/pages/_pricing_tables.scss