feat: course card redesign

This commit is contained in:
pateljannat
2021-06-28 12:52:10 +05:30
parent f8948ac2ef
commit 9bc5408a44
37 changed files with 389 additions and 94 deletions

View File

@@ -138,39 +138,6 @@ section.lightgray {
color: var(--tag-color);
}
.course-header {
margin-top: 20px;
}
/*
.course-header {
margin-top: 20px;
padding: 20px;
background: var(--header-bg);
color: var(--header-color);
border-radius: 9px;
}
.course-author-avatar {
width: 20px;
height: 20px;
border-radius: 50%;
margin-right: 20px;
}
.course-header h1 {
color: inherit;
}
*/
// .gray-section {
// background:#F6F6F6;
// border: 1px solid #C4C4C4;
// padding: 20px;
// margin: 20px 0px;
// }
.instructor-title {
color: black;
}