static: hide large plan pricing, clean up contact info
This commit is contained in:
parent
f6a53f7cc5
commit
8f077412bc
2 changed files with 12 additions and 2 deletions
|
@ -169,6 +169,12 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box .plan-header .plan-box-price-hidden {
|
||||
font-style: italic;
|
||||
font-size: 13px;
|
||||
line-height: 27px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box .trial-button {
|
||||
display: block;
|
||||
text-align: center;
|
||||
|
@ -199,6 +205,10 @@
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box.gray .qe-plan-description i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-features {
|
||||
margin: 0px;
|
||||
margin-top: 10px;
|
||||
|
|
Reference in a new issue