Commit dde0231751a4959ad6ad35859bcfae5a0984d2c7
1 parent
0a815e7d
Exists in
master
and in
6 other branches
Removed section 'Tell me your experience' and expand 'Talk with ministers' section
Showing
2 changed files
with
11 additions
and
36 deletions
Show diff stats
index.html
| @@ -217,31 +217,6 @@ | @@ -217,31 +217,6 @@ | ||
| 217 | 217 | ||
| 218 | <div class="results-container hide"></div> | 218 | <div class="results-container hide"></div> |
| 219 | 219 | ||
| 220 | - <div class="experience-proposal-container"> | ||
| 221 | - <div class="experience-proposal"> | ||
| 222 | - <div class="container-title">Conte sua experiência</div> | ||
| 223 | - <p>Adoraríamos que você nos contasse a sua experiência com este programa ou a de alguém que você conhece.</p> | ||
| 224 | - <p>Esta história pode nos ajudar a melhorar a nossa ação e não será divulgada.</p> | ||
| 225 | - <div class="send-experience-button send-button"><a href="#"><span>Envie Sua Experiência</span></a></div> | ||
| 226 | - <div class="login-container hide">Login</div> | ||
| 227 | - <form class="make-experience-form save-article-form hide" id="make-experience-form-{{id}}" action="/api/v1/articles/{{id}}/children" method="post"> | ||
| 228 | - <div class="message hide"></div> | ||
| 229 | - <div> | ||
| 230 | - <div> | ||
| 231 | - <label for="article_abstract">Descrição</label> | ||
| 232 | - </div> | ||
| 233 | - <textarea id="article_abstract" class="countdown" name="article[abstract]" placeholder="Descrição" maxlength="5000"></textarea> | ||
| 234 | - </div> | ||
| 235 | - <input type="hidden" id="content_type" name="content_type" value="ProposalsDiscussionPlugin::Story"> | ||
| 236 | - <input type="submit" id="make-experience-button" name="make-experience-button" class="make-experience-button" value="Enviar"> | ||
| 237 | - </form> | ||
| 238 | - <div class="success-experience-sent success-sent hide send-button"> | ||
| 239 | - <p>Sua experiência foi encaminhada com sucesso!</p> | ||
| 240 | - <a href="#">Encaminhar Nova Experiência</a> | ||
| 241 | - </div> | ||
| 242 | - </div> | ||
| 243 | - </div> | ||
| 244 | - | ||
| 245 | <div class="talk-proposal-container"> | 220 | <div class="talk-proposal-container"> |
| 246 | <div class="talk-proposal"> | 221 | <div class="talk-proposal"> |
| 247 | <div class="container-title">Bate-papo com os ministros</div> | 222 | <div class="container-title">Bate-papo com os ministros</div> |
| @@ -270,7 +245,7 @@ | @@ -270,7 +245,7 @@ | ||
| 270 | </ul> | 245 | </ul> |
| 271 | </div> | 246 | </div> |
| 272 | </div> | 247 | </div> |
| 273 | - | 248 | + |
| 274 | <div class="clearfix"></div> | 249 | <div class="clearfix"></div> |
| 275 | </div> | 250 | </div> |
| 276 | </div> | 251 | </div> |
sass/_proposal_detail.scss
| @@ -253,7 +253,7 @@ | @@ -253,7 +253,7 @@ | ||
| 253 | // background: $color url(images/black-alpha.png); | 253 | // background: $color url(images/black-alpha.png); |
| 254 | // border-top: 5px solid $color; | 254 | // border-top: 5px solid $color; |
| 255 | transition: background-color .2s; | 255 | transition: background-color .2s; |
| 256 | - | 256 | + |
| 257 | &:hover, | 257 | &:hover, |
| 258 | &:focus { | 258 | &:focus { |
| 259 | background-color: saturate( lighten($color, 5%), 10% ); | 259 | background-color: saturate( lighten($color, 5%), 10% ); |
| @@ -350,7 +350,7 @@ | @@ -350,7 +350,7 @@ | ||
| 350 | display: block; | 350 | display: block; |
| 351 | 351 | ||
| 352 | transition: background-color .2s; | 352 | transition: background-color .2s; |
| 353 | - | 353 | + |
| 354 | &:hover, | 354 | &:hover, |
| 355 | &:focus { | 355 | &:focus { |
| 356 | background-color: saturate( lighten($color, 5%), 10% ); | 356 | background-color: saturate( lighten($color, 5%), 10% ); |
| @@ -361,14 +361,14 @@ | @@ -361,14 +361,14 @@ | ||
| 361 | } | 361 | } |
| 362 | } | 362 | } |
| 363 | .make-proposal-container{ | 363 | .make-proposal-container{ |
| 364 | - | 364 | + |
| 365 | .subtitle, | 365 | .subtitle, |
| 366 | .info, | 366 | .info, |
| 367 | .success-proposal-sent { | 367 | .success-proposal-sent { |
| 368 | margin: 20px; | 368 | margin: 20px; |
| 369 | color: #18376C; | 369 | color: #18376C; |
| 370 | } | 370 | } |
| 371 | - | 371 | + |
| 372 | .subtitle, | 372 | .subtitle, |
| 373 | .success-proposal-sent { | 373 | .success-proposal-sent { |
| 374 | font-size: 24px; | 374 | font-size: 24px; |
| @@ -471,7 +471,7 @@ | @@ -471,7 +471,7 @@ | ||
| 471 | margin-left: -30%; | 471 | margin-left: -30%; |
| 472 | 472 | ||
| 473 | transition: background-color .2s; | 473 | transition: background-color .2s; |
| 474 | - | 474 | + |
| 475 | &:hover, | 475 | &:hover, |
| 476 | &:focus { | 476 | &:focus { |
| 477 | background-color: saturate( lighten($color, 5%), 10% ); | 477 | background-color: saturate( lighten($color, 5%), 10% ); |
| @@ -535,7 +535,7 @@ | @@ -535,7 +535,7 @@ | ||
| 535 | } | 535 | } |
| 536 | } | 536 | } |
| 537 | .talk-proposal-container{ | 537 | .talk-proposal-container{ |
| 538 | - width: 50%; | 538 | + width: 100%; |
| 539 | float: left; | 539 | float: left; |
| 540 | height: $container-height; | 540 | height: $container-height; |
| 541 | min-height: $container-height; | 541 | min-height: $container-height; |
| @@ -545,7 +545,7 @@ | @@ -545,7 +545,7 @@ | ||
| 545 | border: 1px solid $color; | 545 | border: 1px solid $color; |
| 546 | height: $container-height; | 546 | height: $container-height; |
| 547 | min-height: $container-height; | 547 | min-height: $container-height; |
| 548 | - margin: 20px 0 0 10px; | 548 | + margin: 20px 0 0 0; |
| 549 | text-align: left; | 549 | text-align: left; |
| 550 | 550 | ||
| 551 | span { | 551 | span { |
| @@ -713,7 +713,7 @@ | @@ -713,7 +713,7 @@ | ||
| 713 | } | 713 | } |
| 714 | 714 | ||
| 715 | @media only screen and (max-width: 992px) { | 715 | @media only screen and (max-width: 992px) { |
| 716 | - | 716 | + |
| 717 | .proposal-detail { | 717 | .proposal-detail { |
| 718 | 718 | ||
| 719 | .container-title { | 719 | .container-title { |
| @@ -722,7 +722,7 @@ | @@ -722,7 +722,7 @@ | ||
| 722 | } | 722 | } |
| 723 | 723 | ||
| 724 | .make-proposal-container { | 724 | .make-proposal-container { |
| 725 | - | 725 | + |
| 726 | .subtitle { | 726 | .subtitle { |
| 727 | margin: 5px 20px !important; | 727 | margin: 5px 20px !important; |
| 728 | font-size: 20px !important; | 728 | font-size: 20px !important; |
| @@ -873,7 +873,7 @@ | @@ -873,7 +873,7 @@ | ||
| 873 | bottom: inherit !important; | 873 | bottom: inherit !important; |
| 874 | } | 874 | } |
| 875 | } | 875 | } |
| 876 | - | 876 | + |
| 877 | .success-experience-sent a { | 877 | .success-experience-sent a { |
| 878 | position: relative !important; | 878 | position: relative !important; |
| 879 | left: inherit !important; | 879 | left: inherit !important; |