Sha256: e3fdc6910044437b0fb1ae6ba1fee75f15ab4bf464a89b50d6e0760cf53e9e40

Contents?: true

Size: 1.46 KB

Versions: 38

Compression:

Stored size: 1.46 KB

Contents

// ==========================================================================
// Billing plans module
// ==========================================================================

// Make sure everything we change is ready to go smoothly
.billing-plan,
.billing-plan-header,
.billing-plan-frequency,
.billing-plan-frequency .lbl-choice,
.billing-plan-frequency .lbl-choice > b
{
  @include transition(all $transition-timing-base $transition-easing-base);
}

.billing-plan
{
  // Current state for highlighting the current overall plan
  &.billing-plan-current
  {
    border-color: map-get($colors, 10) !important;

    .billing-plan-header
    {
      background-color: map-get($colors, 10) !important;
      border-color: map-get($colors, 10) !important;
      color: map-get($colors, 1) !important;
    }

    .billing-plan-frequency
    {
      &:last-child
      {
        border-color: map-get($colors, 10) !important;
      }
    }

    .billing-plan-status
    {
      border-bottom-color: map-get($colors, 10) !important;
    }
  }

    // Current state for highlighting the current plan frequency
    .billing-plan-frequency-current
    {
      background-color: $color-fill-shade !important;

      .lbl-choice
      {
        background-color: map-get($colors, 10) !important;
        border-color: map-get($colors, 10) !important;
        color: map-get($colors, 10) !important;

        > b
        {
          background-color: $color-fill-shade !important;
        }
      }
    }
}

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
english_tea-1.6.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.5.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.4.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.3.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.2.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.1.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.0.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-0.6.2 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-0.6.1 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-0.6.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-0.5.3 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-0.5.2 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-0.5.1 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-0.5.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-0.4.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-0.3.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-0.2.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-0.1.0 app/assets/stylesheets/english_tea/modules/_billing.scss