Disabled button look for "Current Plan"

This commit is contained in:
Victoria Wang 2014-10-27 17:18:09 -07:00
parent a9af3d7707
commit ecd4312d72
2 changed files with 10 additions and 2 deletions

View file

@ -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;