[+] Add inner top shadow to course card content
This commit is contained in:
@@ -11,3 +11,10 @@
|
|||||||
// Expansion color
|
// Expansion color
|
||||||
background: #f4f6f9;
|
background: #f4f6f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.course-card-content.expand
|
||||||
|
{
|
||||||
|
// Top shadow
|
||||||
|
// https://stackoverflow.com/questions/17572619/inset-box-shadow-only-on-one-side
|
||||||
|
box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.1);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user