"tests/Feature/git@sites.upe.br:walter.felipe/pad-upe.git" did not exist on "775380b4dc233272b62da0f96a7a62220517f899"
Commit 289d4dad authored by Guilherme Silva's avatar Guilherme Silva
Browse files

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

parent d7e927e4
...@@ -32,11 +32,11 @@ ...@@ -32,11 +32,11 @@
<div class="col-md-2"> <div class="col-md-2">
@if($trabalho->status == "aprovado") @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") @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 @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 @endif
</div> </div>
</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