Commit 289d4dad authored by Guilherme Silva's avatar Guilherme Silva
Browse files

Ajuste no tamanho de exibição dos simbolos na lista de proposta

Showing with 3 additions and 3 deletions
+3 -3
......@@ -32,11 +32,11 @@
<div class="col-md-2">
@if($trabalho->status == "aprovado")
<img src="{{asset('img/icons/aprovado.png')}}" style="width: 100%;margin: auto;display: flex;margin-top: 5px;justify-content: center;align-items: center;" alt="">
<img src="{{asset('img/icons/aprovado.png')}}" style="width: 60%;margin: auto;display: flex;margin-top: 5px;justify-content: center;align-items: center;" alt="">
@elseif($trabalho->status == "negado")
<img src="{{asset('img/icons/pendente.png')}}" style="width: 100%;margin: auto;display: flex;margin-top: 5px;justify-content: center;align-items: center;" alt="">
<img src="{{asset('img/icons/pendente.png')}}" style="width: 60%;margin: auto;display: flex;margin-top: 5px;justify-content: center;align-items: center;" alt="">
@else
<img src="{{asset('img/icons/pendente.png')}}" style="width: 100%;margin: auto;display: flex;margin-top: 5px;justify-content: center;align-items: center;" alt="">
<img src="{{asset('img/icons/pendente.png')}}" style="width: 60%;margin: auto;display: flex;margin-top: 5px;justify-content: center;align-items: center;" alt="">
@endif
</div>
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment