diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 3c815973..a445790f 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -1092,9 +1092,17 @@ a.tag:hover { font-size: .8em; margin-top: -.6em; } -.plan-overview .btn-Action { +.plan-overview .btn-Action, .plan-overview .current-plan { margin: .9em 0 1.4em 0; } +.plans .current-plan { + @extend %btn; + background: #777; + &:hover{ + background: #777; + cursor: default; + } +} .plan-overview .col { padding-bottom:1.5em; padding-left: 0; diff --git a/views/plan/_pricing.erb b/views/plan/_pricing.erb index b2a0ac65..1123e3d6 100644 --- a/views/plan/_pricing.erb +++ b/views/plan/_pricing.erb @@ -5,7 +5,7 @@ if !parent_site %{Sign Up} elsif parent_site && parent_site.plan_type == plan_type - %{
Current Plan
} + %{