From d36016550408e0840db50b285469429d6d22903f Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Thu, 16 Apr 2015 20:01:04 -0300 Subject: [PATCH] make proposal improvement --- index.html | 4 +--- sass/_proposal_detail.scss | 36 ++++++++++++++++++++++++++++++------ 2 files changed, 31 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 36f2ee7..de5e0cb 100644 --- a/index.html +++ b/index.html @@ -84,13 +84,12 @@ - +
- {{/each}} diff --git a/sass/_proposal_detail.scss b/sass/_proposal_detail.scss index 0dec10b..042fbbe 100644 --- a/sass/_proposal_detail.scss +++ b/sass/_proposal_detail.scss @@ -29,14 +29,24 @@ margin: 10px; } width: 50%; - height: 200px; + height: 90%; float: left; text-align: center; .make-proposal{ -// border: 1px solid $color; + border: 1px solid $color; margin: 2% 2% 2% 2%; height: 100%; } + .make-proposal-button{ + font-weight: bolder; + font-size: x-large; + background-color: $color; + color: white; + width: 40%; + height: 15%; + border: none; + margin-top: 8%; + } } .support-proposal-container{ .title{ @@ -47,18 +57,25 @@ } width: 50%; float: left; - height: 200px; + height: 90%; text-align: center; .support-proposal{ -// border: 1px solid $color; + border: 1px solid $color; height: 100%; margin: 2% 2% 2% 2%; } } .experience-proposal-container{ + .title{ + color: $color; + font-weight: bolder; + font-size: x-large; + margin: 10px; + } float: left; width: 50%; - height: 200px; + height: 90%; + text-align: center; .experience-proposal{ border: 1px solid $color; margin: 6% 2% 2% 2%; @@ -66,9 +83,16 @@ } } .talk-proposal-container{ + .title{ + color: $color; + font-weight: bolder; + font-size: x-large; + margin: 10px; + } width: 50%; float: left; - height: 200px; + height: 90%; + text-align: center; .talk-proposal{ border: 1px solid $color; margin: 6% 2% 2% 2%; -- libgit2 0.21.2