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

Commit

Permalink
#3 <@callegas, @souzabruna> - Corrigir rota da pagina demand blood
Browse files Browse the repository at this point in the history
  • Loading branch information
callegas committed Oct 14, 2016
1 parent 2e6ec54 commit 827209e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions app/assets/stylesheets/components/Container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
box-sizing: border-box;
padding: 12px 25px;
background-color: #6495ED;

@include mobile {;
padding: 10px;
}
Expand All @@ -39,9 +39,6 @@
padding: 12px 25px 25px;
box-sizing: border-box;
min-height: 100px;
}

&-body{
background-color: $body-color;
overflow: auto;
padding: 15px;
Expand Down
3 changes: 1 addition & 2 deletions app/views/demand_blood_banks/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,4 @@
</div>
</div>
</div>

<%= link_to 'Back', hospital_necessities_path %>
<%= link_to 'Back', demand_blood_banks_path %>

0 comments on commit 827209e

Please sign in to comment.