From 53e7fa18063c8a94881884531eadd842824e6dd0 Mon Sep 17 00:00:00 2001 From: Caio SBA Date: Sat, 18 Apr 2015 00:57:10 -0300 Subject: [PATCH] Styling the last box and using font awesome --- index.html | 13 +++++++------ sass/_proposal_detail.scss | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 4d98b67..8015061 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ Participa Brasil + @@ -144,14 +145,14 @@

Confira as datas e horários disponíveis:

diff --git a/sass/_proposal_detail.scss b/sass/_proposal_detail.scss index 381bb77..8e752a0 100644 --- a/sass/_proposal_detail.scss +++ b/sass/_proposal_detail.scss @@ -280,6 +280,42 @@ height: $container-height; min-height: $container-height; margin: 20px 0 0 10px; + text-align: left; + + span { + font-weight: 14px; + color: #333; + display: block; + } + + div.date, div.time { + width: 45%; + text-align: left; + color: $color; + display: inline-block; + margin-top: 20px; + } + + p { + margin: 20px; + text-align: left; + } + + ul { + width: 80%; + display: block; + margin: 0 auto; + + li { + width: 100%; + margin: 0; + padding: 10px; + height: auto; + overflow: visible; + margin-bottom: 5px; + background: #EEEFF1; + } + } } } -- libgit2 0.21.2