Commit 444d3e5323700598bf8e0e6bcdfbf758e5290757

Authored by Leonardo Merlin
2 parents a99f3231 0cf392ad

Merge branch 'fix-issue-25' into 'master'

Fix #25 - Botão 'enviar experiencia' desalinhado

See merge request !8
Showing 2 changed files with 15 additions and 2 deletions   Show diff stats
index.html
1   -<html lang-"pt-br">
  1 +<html lang="pt-br">
2 2 <head>
3 3 <meta charset="utf-8" />
4 4 <title>Dialoga Brasil</title>
... ...
sass/_proposal_detail.scss
... ... @@ -289,7 +289,8 @@
289 289 .make-proposal-button{
290 290 @extend .container-button;
291 291 }
292   - .send-proposal-button, .success-proposal-sent {
  292 + .send-proposal-button,
  293 + .success-proposal-sent {
293 294 @extend .container-button;
294 295 a {
295 296 position: absolute;
... ... @@ -396,6 +397,18 @@
396 397 .send-experience-button {
397 398 @extend .container-button;
398 399 }
  400 + .send-experience-button,
  401 + .success-experience-sent {
  402 + @extend .container-button;
  403 + a {
  404 + position: absolute;
  405 + left: 50%;
  406 + margin: 0;
  407 + margin-left: -30%;
  408 + bottom: 20px;
  409 + padding: 20px 0;
  410 + }
  411 + }
399 412 }
400 413 .talk-proposal-container{
401 414 width: 50%;
... ...