Skip to content

Commit

Permalink
Merge pull request #192 from buccalon/devel
Browse files Browse the repository at this point in the history
fix #115
  • Loading branch information
Photonauta 35 authored Feb 4, 2019
2 parents 66eb97a + 740ceb0 commit 94332fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 6 additions & 2 deletions static/css/guia_frontend.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,15 +320,19 @@ display: inline-block;
}

.btn-grey-down{
background-color: #bdbcba;
background-color: #716e69;
}

.btn-grey-down a{
color: #84714b;
}

.btn-grey-up{
background-color: #afc5c2;
background-color: #4b7e84;
}

.btn-grey-up:hover{
background-color: #3e6660;
}

.btn-grey-up a{
Expand Down
12 changes: 8 additions & 4 deletions templates/modal_login.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,18 @@
</form>
<div class="row text-center">
<div class="col-sm-6 col-xs-12">
<button class="btn btn-grey-down btn-sm">
<a href="{% url 'forgot-password' %}">Esqueceu a senha?</a>
<a href="{% url 'forgot-password' %}">
<button class="btn btn-grey-down btn-sm" type="button">
Esqueceu a senha?
</button>
</a>
</div>
<div class="col-sm-6 col-xs-12">
<button class="btn btn-grey-up btn-sm">
<a href="{% url 'signup' %}">Quero me cadastrar!</a>
<a href="{% url 'signup' %}">
<button class="btn btn-grey-up btn-sm" type="button">
Quero me cadastrar!
</button>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 94332fe

Please sign in to comment.