Better Project Card Styling

This commit is contained in:
2023-12-28 23:48:45 -03:00
parent 0c52a4ec1f
commit 250720de1e
2 changed files with 10 additions and 3 deletions

View File

@@ -17,14 +17,18 @@
width: 80%; width: 80%;
} }
.card .card-content .card-title { .card .card-content .card-title a {
font-size: 2rem; font-size: 2rem;
font-weight: 500; font-weight: 600;
justify-content: left; justify-content: left;
color: #767676;
text-decoration: none;
} }
.card .card-content .card-text { .card .card-content .card-text {
font-size: 1.2rem; font-size: 1.2rem;
font-weight: 300; font-weight: 400;
color: #919294;
} }
@@ -46,6 +50,8 @@
flex-direction: row; flex-direction: row;
align-items: start; align-items: start;
align-content: start; align-content: start;
color: #919294;
} }
.stat-item .stat-icon { .stat-item .stat-icon {
margin: 0px 15px 0px 0px; margin: 0px 15px 0px 0px;

View File

@@ -87,6 +87,7 @@ export class ProjectCardComponent implements OnInit {
plotOptions: { plotOptions: {
pie: { pie: {
expandOnClick: true, expandOnClick: true,
} }
}, },
dataLabels: { dataLabels: {