Skip to content

Commit

Permalink
adicionei os icones ao lado do texto e arrumei um pouco da formatacao
Browse files Browse the repository at this point in the history
  • Loading branch information
Spirou1 authored and lpirola committed Sep 4, 2024
1 parent 1ecd2c9 commit 2cfeff2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/Panel/components/panel--entity-tabs/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@
<span v-if="entity.type && entity.isModel != null">
<span class="card-info">MEU MODELO</span>
<div class="card-desc">
<strong> <?=i::__('Tipo de Oportunidade: ')?> </strong>{{ entity.type.name }}
<mc-icon name="project" class="icon-model"></mc-icon> <strong> <?=i::__('Tipo de Oportunidade: ')?> </strong>{{ entity.type.name }}
<br>
<strong> <?=i::__('Número de fases: ')?> </strong>{{ entity.type.name }}
<mc-icon name="circle-checked" class="icon-model"></mc-icon><strong> <?=i::__('Número de fases: ')?> </strong>{{ entity.type.name }}
<br>
<strong> <?=i::__('Tempo estimado: ')?> </strong>{{ entity.type.name }}
<mc-icon name="date" class="icon-model"></mc-icon><strong> <?=i::__('Tempo estimado: ')?> </strong>{{ entity.type.name }}
<br>
<strong> <?=i::__('Tipo de agente: ')?> </strong>{{ entity.type.name }}
<mc-icon name="agent" class="icon-model"></mc-icon><strong> <?=i::__('Tipo de agente: ')?> </strong>{{ entity.type.name }}
</div>
</span>
<span v-if="entity.type && entity.isModel == null">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -678,3 +678,10 @@ article.panel-entity-card.col-6{
margin-left: -80px;
}
}
.icon-model{
font-size: size(20) !important;
color: #117C83;
margin-right: 8px;
margin-top: 15px;
vertical-align: text-bottom;
}

0 comments on commit 2cfeff2

Please sign in to comment.