Skip to content

Commit

Permalink
figma
Browse files Browse the repository at this point in the history
  • Loading branch information
fagubla committed Feb 7, 2024
1 parent ac46e3b commit 8691f84
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/components/renderer/card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@click.prevent="newRequestLink(process, event)"
>
{{ $t("Start") }}
<i class="fas fa-play mr-1"></i>
<i class="fas fa-play mr-1 card-icon"></i>
</button>
</div>
</div>
Expand Down Expand Up @@ -164,10 +164,11 @@ export default {
height: 28px;
padding: 4px 9px;
justify-content: center;
align-items: center;
align-items: inherit;
gap: 6px;
color: #1572c2;
font-size: 14px;
font-weight: 600;
}
.btn-ellipsis {
background: #fff;
Expand Down Expand Up @@ -204,4 +205,12 @@ export default {
.card-title {
font-weight: 700;
}
.card-icon {
display: flex;
padding: 2px 1px 0px 0px;
justify-content: center;
align-items: center;
gap: 10px;
font-size: 7px;
}
</style>

0 comments on commit 8691f84

Please sign in to comment.