changed the shadow for hover over a skill card per design team request
parent
5122dc96d0
commit
a71d11623a
|
@ -50,5 +50,5 @@ mat-card {
|
||||||
}
|
}
|
||||||
|
|
||||||
mat-card:hover{
|
mat-card:hover{
|
||||||
box-shadow: -1px 5px 15px 0px;
|
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue