diff --git a/services/web/public/stylesheets/app/plans.less b/services/web/public/stylesheets/app/plans.less index 1f529b9888..bd10425425 100644 --- a/services/web/public/stylesheets/app/plans.less +++ b/services/web/public/stylesheets/app/plans.less @@ -20,15 +20,6 @@ text-shadow: 0 0 0; } .card .btn { white-space:normal; } - .card.features { - margin-top: @line-height-computed; - i { - color: @red; - } - p { - margin: 0; - } - } .card-group { .card-highlighted { padding-top: @line-height-computed * 2; @@ -100,12 +91,6 @@ .plans-subheader { margin-bottom: @line-height-computed; } - .questions-header { - color: @red; - line-height: 37px; - margin: 0; - text-align: right; - } .tagline { margin-bottom: 20px; } @@ -154,41 +139,11 @@ } -.feature { - margin-top: (@line-height-computed / 2); - margin-bottom: (@line-height-computed / 1.5); -} - -.features-check, -.features-copy { - display: inline-block; - width: 12%; - line-height: 1.4; - vertical-align: top; -} - -.features-copy { - width: 88%; -} - - .plansPageStudentLink { margin-left: 20px; margin-top: 20px; } -input.paymentTypeOption.ng-valid { - margin-top: 15px; -} - -.totalPrice { - padding-top: 15px; -} - -.pricingBreakdown { - text-align: right; -} - /** Plans Test */