mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
130 lines
1.8 KiB
Text
130 lines
1.8 KiB
Text
.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 {
|
|
.card-highlighted {
|
|
padding-top: @line-height-computed * 2;
|
|
padding-bottom: @line-height-computed * 2;
|
|
}
|
|
}
|
|
|
|
.circle {
|
|
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;
|
|
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;
|
|
}
|
|
}
|
|
|
|
.card .btn { white-space:normal; }
|
|
}
|
|
|
|
#changePlanSection {
|
|
padding-top: 30px;
|
|
.changePlanButton {
|
|
padding-top: 15px;
|
|
}
|
|
}
|
|
|
|
.paymentPageFeatures {
|
|
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;
|
|
}
|
|
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
|