Skip to content

Commit

Permalink
Merge pull request #417 from gabi-gandine/padronizacao-perfis-destaque
Browse files Browse the repository at this point in the history
Padronizacao perfis destaque
  • Loading branch information
lpirola authored Aug 28, 2024
2 parents 92bfdc4 + 026b206 commit e10c3ac
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
20 changes: 10 additions & 10 deletions src/modules/Home/components/home-entities/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<mc-icon name="opportunity"></mc-icon>
</div>
<div class="card__left--content-title">
<label class="title">
<h3 class="title">
<?= i::__('Oportunidades') ?>
</label>
</h3>
</div>
</div>
<div class="card__left--img">
Expand All @@ -58,9 +58,9 @@
<mc-icon name="event"></mc-icon>
</div>
<div class="card__left--content-title">
<label class="title">
<h3 class="title">
<?= i::__('Eventos') ?>
</label>
</h3>
</div>
</div>
<div class="card__left--img">
Expand All @@ -85,9 +85,9 @@
<mc-icon name="space"></mc-icon>
</div>
<div class="card__left--content-title">
<label class="title">
<h3 class="title">
<?= i::__('Espaços') ?>
</label>
</h3>
</div>
</div>
<div class="card__left--img">
Expand All @@ -112,9 +112,9 @@
<mc-icon name="agent-2"></mc-icon>
</div>
<div class="card__left--content-title">
<label class="title">
<h3 class="title">
<?= i::__('Agentes') ?>
</label>
</h3>
</div>
</div>
<div class="card__left--img">
Expand All @@ -139,9 +139,9 @@
<mc-icon name="project"></mc-icon>
</div>
<div class="card__left--content-title">
<label class="title">
<h3 class="title">
<?= i::__('Projetos') ?>
</label>
</h3>
</div>
</div>
<div class="card__left--img">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,9 @@
}

&.portrait {
display: flex;
flex-direction: column;
justify-content: space-between;
.entity-card__header {
&.user-details {
flex-direction: column;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,10 @@

&__viewport {
ol {
li{
li{

justify-content: flex-start;
align-items: stretch;
padding: 0 size(40) 0 0;

@media (max-width: size(600)) {
Expand All @@ -130,7 +131,7 @@
}

&__track {
align-items: flex-start;
align-items: stretch;
}

&__prev--in-active,
Expand Down

0 comments on commit e10c3ac

Please sign in to comment.