Better Project Card Styling
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -87,6 +87,7 @@ export class ProjectCardComponent implements OnInit {
|
|||||||
plotOptions: {
|
plotOptions: {
|
||||||
pie: {
|
pie: {
|
||||||
expandOnClick: true,
|
expandOnClick: true,
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dataLabels: {
|
dataLabels: {
|
||||||
|
|||||||
Reference in New Issue
Block a user