start pd border colr change

This commit is contained in:
gandhimathi 2018-12-21 15:54:09 +05:30
parent c82f038890
commit e945a07cbf

View File

@ -60,7 +60,7 @@ mat-card .child_mat_card > mat-card {
transition: box-shadow 0.5s, transform 0.5s;
&:hover {
cursor: pointer;
background-color: #e00201 !important;
// background-color: #e00201 !important;
transform: scale(1);
box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
}