saving courses UI/popup
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user