From b29ba117a3f986dfff1a0037b1fccfb3b8c14891 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Wed, 10 Dec 2014 22:26:09 -0800 Subject: [PATCH] increase size of advance buttons on challenge page --- public/css/main.less | 4 ++++ views/challenges/show.jade | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/public/css/main.less b/public/css/main.less index c68e7cfc6f1..c920ae3c6f8 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -343,4 +343,8 @@ ul { .masonry-relative { position:relative; display: block; +} + +.btn-big { + font-size: 30px; } \ No newline at end of file diff --git a/views/challenges/show.jade b/views/challenges/show.jade index d222bcb3f45..a4aebcc728e 100644 --- a/views/challenges/show.jade +++ b/views/challenges/show.jade @@ -9,7 +9,7 @@ block content h3.text-center span.ion-android-clock span Takes about #{time} - .btn.btn-primary.btn-large.btn-block.start-challenge Start the challenge + .btn.btn-primary.btn-big.btn-block.start-challenge Start the challenge .challenge-content.hidden-element .responsive-container iframe(src='//player.vimeo.com/video/#{video}', frameborder='0', webkitallowfullscreen='', mozallowfullscreen='', allowfullscreen='') @@ -18,7 +18,7 @@ block content ol for step in steps li!= step - .btn.btn-primary.btn-large.btn-block.completed-challenge I've completed this challenge + .btn.btn-primary.btn-big.btn-block.completed-challenge I've completed this challenge .ten-pixel-break .btn.btn-success.btn-large.btn-block.skip-challenge I want to skip this challenge for now .panel-footer.text-center