From 33d1b2cf007b49b38f9be52c3ea1cfe20a95770e Mon Sep 17 00:00:00 2001 From: fabiano.rangel Date: Wed, 5 Aug 2015 15:31:57 -0300 Subject: [PATCH] Ticket #45 Adjust spacing and size of proposed content --- ConfJuvApp/scss/_proposal_list.scss | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/ConfJuvApp/scss/_proposal_list.scss b/ConfJuvApp/scss/_proposal_list.scss index d3b9e34..c3fcc07 100644 --- a/ConfJuvApp/scss/_proposal_list.scss +++ b/ConfJuvApp/scss/_proposal_list.scss @@ -1,7 +1,7 @@ #proposals { background: $ice; padding-top: 70px; - min-heigt:800px; + min-height: 800px; h2 { color: $orange; @@ -22,26 +22,24 @@ .card { padding: 0; + min-height: 350px; h3 { - font-size: 20px; - background: $diamond; - padding: 2 * $unit; - height: 135px; - min-height: 135px; - overflow: hidden; - text-overflow: ellipsis; + font-size: 20px; + background: $diamond; + overflow: hidden; + text-overflow: ellipsis; + padding: 12px; + } } .card-body { - color: $black; - font-size: 16px; - padding: 2 * $unit; - white-space: normal; - height: 100px; - min-height: 100px; - overflow: hidden; + color: $black; + font-size: 16px; + padding: 5px 10px 10px 10px; + white-space: normal; + overflow: hidden; text-overflow: ellipsis; } @@ -94,6 +92,7 @@ text-transform: uppercase; margin: $unit; cursor: pointer; + margin-top:80px; } } } -- libgit2 0.21.2