Skip to content

Commit

Permalink
Alterar as cores para cinza
Browse files Browse the repository at this point in the history
Co-authored-by: cansancaojennifer <[email protected]>
  • Loading branch information
RaissaAndradeS and cansancaojennifer committed Dec 8, 2023
1 parent ca07e76 commit 5193e0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/app/pages/grid/grid.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ td {
padding: 5px;
}


tr:not(:last-child) {
border-bottom-width: 0.01em;
}
Expand All @@ -27,8 +28,10 @@ td::first-letter {
}
td {
text-transform: lowercase;

}

p {
font-size: 15px;

}
1 change: 0 additions & 1 deletion src/app/pages/grid/grid.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<div class="flex flex-col">

<p-progressSpinner *ngIf="loadingSchedule; else scheduleTable"></p-progressSpinner>

<ng-template #scheduleTable>
<div class="overflow-x-auto padded-cell">
<table>
Expand Down
4 changes: 2 additions & 2 deletions src/app/pages/profile/profile.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<div
class="flex flex-col justify-center items-center gap-2 pt-3 text-[12px] text-[#3c3c3b]"
>
<span class="w-full font-bold">
<span class="w-full font-bold" style="color: 3c3c3b;">
{{ user.name }}
</span>
<span class="w-full font-normal">
<span class="w-full font-normal" style="color: 3c3c3b;">
{{ user.email }}
</span>
</div>
Expand Down

0 comments on commit 5193e0c

Please sign in to comment.