Commit e59b2db2 authored by Danillo Bion's avatar Danillo Bion
Browse files

modificacoes no card do edital

parent e538af78
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
@else @else
<a href="{{ route('evento.visualizarNaoLogado', ['id'=>$evento->id]) }}" style="text-decoration: none"> <a href="{{ route('evento.visualizarNaoLogado', ['id'=>$evento->id]) }}" style="text-decoration: none">
@endif @endif
<div class="card" style="width: 18rem; border-radius:12px; border-width:0px"> <div class="card" style="width: 18rem; border-radius:12px; border-width:0px;">
@if(isset($evento->fotoEvento)) @if(isset($evento->fotoEvento))
<img src="{{asset('storage/eventos/'.$evento->id.'/logo.png')}}" class="card-img-top" alt="..."> <img src="{{asset('storage/eventos/'.$evento->id.'/logo.png')}}" class="card-img-top" alt="...">
@else @else
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<div style="color: #909090">{{date('d/m/Y',strtotime($evento->inicio_recurso))}} - {{date('d/m/Y',strtotime($evento->fim_recurso))}}</div> <div style="color: #909090">{{date('d/m/Y',strtotime($evento->inicio_recurso))}} - {{date('d/m/Y',strtotime($evento->fim_recurso))}}</div>
</div> </div>
</div> </div>
<div class="row justify-content-lg-left" style="margin-left:1px; margin-right:1px"> <div class="row justify-content-lg-left" style="margin-left:1px; margin-right:1px; margin-bottom:-0.8rem">
<div><img src="{{asset('img/icons/icon_resultado_final.png')}}" class="card-img-top" alt="..." style="width:45px; margin-right:15px"></div> <div><img src="{{asset('img/icons/icon_resultado_final.png')}}" class="card-img-top" alt="..." style="width:45px; margin-right:15px"></div>
<div class="form-group" style="text-align: left"> <div class="form-group" style="text-align: left">
<div style="font-weight: normal;color:black; font-family:Arial, Helvetica, sans-serif; font-size:18px; margin-bottom:-5px">Resultado final</div> <div style="font-weight: normal;color:black; font-family:Arial, Helvetica, sans-serif; font-size:18px; margin-bottom:-5px">Resultado final</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