Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
#3 <@souzabruna, lucimarNeves> - responsividade
Browse files Browse the repository at this point in the history
  • Loading branch information
shemoreira committed Oct 10, 2016
1 parent dee73b1 commit eeb3c12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion app/assets/stylesheets/components/Modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,19 @@
margin: 5px;
padding-top: 2px;
}

}

&-confirmation {
border-left: 1px solid $border-color;
float: right;
margin-top: 15px;
padding: 0 15px;

@include mobile {
border-top: 1px solid $border-color;
border-left: 0;
text-align: center;

}
}

Expand Down
10 changes: 6 additions & 4 deletions app/views/components/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<h2 class="Modal-subTitle">Doadores Solicitados:</h2>

</div>

<div class="Grid-cell u-size6of12">
<!-- 2 -->
<div class="Grid-cell u-desktop-size4of12 u-tablet-size6of12 u-mobile-sizefull">
<div class="Modal-typesRequest">
<div>
<li>17 do tipo A+</li>
Expand All @@ -45,8 +45,9 @@
</div>
</div>
</div>
<!--3 -->

<div class="Grid-cell u-size6of12">
<div class="Grid-cell u-desktop-size4of12 u-tablet-size6of12 u-mobile-sizefull">
<div class="Modal-confirmation">
<span>Enviar solicitação aos doadores dos tipos sanguíneos necessários?</span>
<!-- BOTAO CANCELAR BOTAO ENVIAR -->
Expand All @@ -59,6 +60,7 @@
</div>
</div>


<div class="Grid-cell u-size5of10">
<div class="Button" id="cancelmodal" onclick="Modal.close()">
Cancelar
Expand All @@ -70,7 +72,7 @@

</div>
</div>

<!-- -->
</div>
</div>

Expand Down

0 comments on commit eeb3c12

Please sign in to comment.