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.26.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.25.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.24.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.23.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.22.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.21.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.20.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.19.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.18.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.17.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.16.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.15.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.14.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.13.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.12.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.11.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.10.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.9.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.8.0 app/assets/stylesheets/english_tea/modules/_billing.scss
english_tea-1.7.0 app/assets/stylesheets/english_tea/modules/_billing.scss