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

View File

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