saving courses UI/popup

This commit is contained in:
Sriram Hariharan
2018-07-10 02:06:11 -05:00
parent df4b1f12a8
commit 0014f7aed7
6 changed files with 88 additions and 29 deletions

View File

@@ -49,7 +49,7 @@
.profname {
margin-left: 5px;
padding-bottom: 0px;
padding-bottom: 5px;
font-size: medium;
margin-top: 10px;
}
@@ -69,14 +69,14 @@
.card {
/* Add shadows to create the "card" effect */
box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
transition: 0.3s;
margin-bottom: 10px;
box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}
/* On mouse-over, add a deeper shadow */
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)
}
/* Add some padding inside the card container */