2014-07-07 07:27:58 -04:00
|
|
|
.plans {
|
|
|
|
p {
|
|
|
|
color: @gray-dark;
|
|
|
|
margin-bottom: @line-height-computed;
|
|
|
|
}
|
|
|
|
.plans-header{
|
|
|
|
h1, h2, p {
|
|
|
|
text-shadow: 0 -1px 1px white;
|
|
|
|
}
|
|
|
|
h1, h2 {
|
|
|
|
color: @red;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.plans-subheader {
|
|
|
|
margin-bottom: @line-height-computed;
|
|
|
|
}
|
|
|
|
.card.features {
|
|
|
|
margin-top: @line-height-computed;
|
|
|
|
i {
|
|
|
|
color: @red;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.card-group {
|
2014-10-14 10:46:44 -04:00
|
|
|
.card-highlighted {
|
2014-07-07 07:27:58 -04:00
|
|
|
padding-top: @line-height-computed * 2;
|
|
|
|
padding-bottom: @line-height-computed * 2;
|
|
|
|
}
|
|
|
|
}
|
2014-10-14 10:46:44 -04:00
|
|
|
|
2014-07-07 07:27:58 -04:00
|
|
|
.circle {
|
2014-10-14 10:46:44 -04:00
|
|
|
font-size: 1.5rem;
|
|
|
|
font-weight: 700;
|
|
|
|
padding: 38px 18px;
|
|
|
|
margin: 0 auto @line-height-computed;
|
|
|
|
text-shadow: 0 -1px 1px darken(@link-color, 10%);
|
|
|
|
width: 120px;
|
|
|
|
height: 120px;
|
2014-07-07 07:27:58 -04:00
|
|
|
border-radius: 50%;
|
|
|
|
background-color: @red;
|
|
|
|
color: white;
|
|
|
|
white-space: nowrap;
|
|
|
|
span.small {
|
|
|
|
color: rgba(255, 255, 255, 0.75);
|
|
|
|
font-size: @font-size-base * .8;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ul.nav-pills {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: @line-height-computed;
|
|
|
|
li {
|
|
|
|
float: none;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
> li + li {
|
|
|
|
margin-left: @line-height-computed / 2;
|
|
|
|
}
|
|
|
|
}
|
2014-08-29 10:34:46 -04:00
|
|
|
|
|
|
|
.card .btn { white-space:normal; }
|
2014-09-04 14:03:04 -04:00
|
|
|
}
|
2014-09-05 11:11:19 -04:00
|
|
|
|
|
|
|
#changePlanSection {
|
|
|
|
padding-top: 30px;
|
|
|
|
.changePlanButton {
|
|
|
|
padding-top: 15px;
|
|
|
|
}
|
|
|
|
}
|
2014-10-13 12:51:59 -04:00
|
|
|
|
|
|
|
.paymentPageFeatures {
|
2014-10-15 05:22:03 -04:00
|
|
|
h1, h2, h3 {
|
|
|
|
color: @gray-dark;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
font-size: 18px;
|
|
|
|
&:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
font-size: 14px;
|
|
|
|
color: @gray;
|
|
|
|
}
|
|
|
|
.small {
|
|
|
|
font-size: 12px;
|
2014-10-13 12:51:59 -04:00
|
|
|
}
|
2016-08-18 11:56:36 -04:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.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%;
|
2014-10-13 12:51:59 -04:00
|
|
|
}
|
|
|
|
|
2016-08-18 11:56:36 -04:00
|
|
|
|
2014-11-24 11:21:03 -05:00
|
|
|
.plansPageStudentLink {
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2014-12-28 14:04:47 -05:00
|
|
|
input.paymentTypeOption.ng-valid {
|
2014-12-28 17:14:39 -05:00
|
|
|
margin-top: 15px;
|
2014-12-28 14:04:47 -05:00
|
|
|
}
|
2014-10-13 12:51:59 -04:00
|
|
|
|
2014-12-28 14:08:36 -05:00
|
|
|
.totalPrice {
|
|
|
|
padding-top: 15px;
|
|
|
|
}
|
2014-10-13 12:51:59 -04:00
|
|
|
|
2015-01-07 09:59:56 -05:00
|
|
|
.pricingBreakdown {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2014-10-13 12:51:59 -04:00
|
|
|
|
|
|
|
|