diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-01-31 15:29:37 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-01-31 15:29:37 -0500 |
| commit | 4d0a9b9402b0ba1b5d50ba27106541e4e4dbe19f (patch) | |
| tree | 9aa88b4558b770bcfc2fb100fbff096ab58eccd2 | |
| parent | 85728db4898e88592d9e89510bf121de91e59a6f (diff) | |
css
| -rwxr-xr-x | public/assets/stylesheets/app.css | 56 | ||||
| -rw-r--r-- | views/about/_plans.ejs | 2 |
2 files changed, 33 insertions, 25 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 2570bb2..082a2d4 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -904,30 +904,6 @@ iframe.embed { /* PLANS BROCHURE */ /* nb these styles should be fixed for narrower screens/mobile layout */ -.planList { - position: absolute; - left: 50%; - transform: translateX(-48%); -} -.planList .about_custom { - width: 56vw; - margin: 1vw 4vw; -} -.planList .planbox { - padding: 0; -} -.mediaDrawer .planList h3 { - margin-top: 3px; - font-size: 21px; - font-weight: bold -} -.freePlan { - text-align: left; -} -.planList .planbox li:first-child { - font-size: 1.9vw; - padding: 0; -} .about_plan { width: 28vw; margin: 2vw; @@ -979,6 +955,38 @@ iframe.embed { .about_custom a { border-bottom: 1px solid; } + +/* Billing / Subscription Settings */ +.planList { + position: absolute; + left: 50%; + transform: translateX(-48%); +} +.planList .about_custom { + width: 56vw; + margin: 1vw 4vw; +} +.planList .planbox { + padding: 0; +} +.planList .custombox { + margin: 2vw 4vw 4vw 4vw; +} +.planList .miscbox { + line-height: 2.7vw; +} +.mediaDrawer .planList h3 { + margin-top: 3px; + font-size: 21px; + font-weight: bold +} +.freePlan { + text-align: left; +} +.planList .planbox li:first-child { + font-size: 1.9vw; + padding: 0; +} .editSubscription .gear { position: absolute; top: 10px; diff --git a/views/about/_plans.ejs b/views/about/_plans.ejs index 1536ac3..abd6aaa 100644 --- a/views/about/_plans.ejs +++ b/views/about/_plans.ejs @@ -56,7 +56,7 @@ </ul> </div> - <div class="about_custom planbox"> + <div class="about_custom custombox planbox"> <h3>Want Something Custom?</h3> <li> We offer customized white-label options for business and educational uses. <li> <a href="mailto:hello@vvalls.com">Contact us</a> for more information. |
