Commit 0ee7069aabeb5c4d0e7850376caee787ba93c0ad
1 parent
14a19b72
Exists in
master
and in
11 other branches
add experience content
Showing
2 changed files
with
19 additions
and
10 deletions
Show diff stats
index.html
| ... | ... | @@ -105,6 +105,9 @@ |
| 105 | 105 | <div class='experience-proposal-container'> |
| 106 | 106 | <div class='experience-proposal'> |
| 107 | 107 | <div class='container-title'>Conte sua experiência</div> |
| 108 | + <p>Adoraríamos que você nos contasse a sua experiência com este programa ou a de alguém que você conhece</p> | |
| 109 | + <p>Esta história pode nos ajudar a melhorar a nossa ação e não será divulgada</p> | |
| 110 | + <div class='send-experience-button'><a href='#'>Envie Sua Experiência</a></div> | |
| 108 | 111 | </div> |
| 109 | 112 | </div> |
| 110 | 113 | <div class='talk-proposal-container'> | ... | ... |
sass/_proposal_detail.scss
| ... | ... | @@ -30,6 +30,17 @@ |
| 30 | 30 | font-size: x-large; |
| 31 | 31 | margin: 10px; |
| 32 | 32 | } |
| 33 | + .container-button{ | |
| 34 | + font-weight: bolder; | |
| 35 | + font-size: x-large; | |
| 36 | + background-color: $color; | |
| 37 | + color: white; | |
| 38 | + width: 40%; | |
| 39 | + height: 15%; | |
| 40 | + border: none; | |
| 41 | + margin-top: 8%; | |
| 42 | + border-radius: 6px; | |
| 43 | + } | |
| 33 | 44 | .make-proposal-container{ |
| 34 | 45 | .name { |
| 35 | 46 | margin-bottom: 15px; |
| ... | ... | @@ -44,18 +55,10 @@ |
| 44 | 55 | height: 100%; |
| 45 | 56 | } |
| 46 | 57 | .make-proposal-button{ |
| 47 | - font-weight: bolder; | |
| 48 | - font-size: x-large; | |
| 49 | - background-color: $color; | |
| 50 | - color: white; | |
| 51 | - width: 40%; | |
| 52 | - height: 15%; | |
| 53 | - border: none; | |
| 54 | - margin-top: 8%; | |
| 55 | - border-radius: 6px; | |
| 58 | + @extend .container-button; | |
| 56 | 59 | } |
| 57 | 60 | .send-proposal-button { |
| 58 | - @extend .make-proposal-button; | |
| 61 | + @extend .container-button; | |
| 59 | 62 | } |
| 60 | 63 | #article_abstract { |
| 61 | 64 | width: 65%; |
| ... | ... | @@ -118,6 +121,9 @@ |
| 118 | 121 | margin: 6% 2% 2% 2%; |
| 119 | 122 | height: 100%; |
| 120 | 123 | } |
| 124 | + .send-experience-button { | |
| 125 | + @extend .container-button; | |
| 126 | + } | |
| 121 | 127 | } |
| 122 | 128 | .talk-proposal-container{ |
| 123 | 129 | width: 50%; | ... | ... |