fix: empty state for courses enrolled

This commit is contained in:
Jannat Patel
2021-10-28 20:25:11 +05:30
parent fc8a702f2f
commit c238c6cc05
3 changed files with 56 additions and 15 deletions

View File

@@ -214,8 +214,7 @@ input[type=checkbox] {
margin-bottom: 1.5rem;
color: var(--text-color);
font-weight: 600;
font-size: 22px;
line-height: 145%;
font-size: var(--text-3xl);
letter-spacing: -0.0175em
}
@@ -737,8 +736,7 @@ input[type=checkbox] {
.course-home-headings {
font-weight: 600;
font-size: 22px;
line-height: 146%;
font-size: var(--text-3xl);
letter-spacing: -0.0175em;
color: #192734;
margin-bottom: 1rem;
@@ -1370,3 +1368,11 @@ pre {
flex-direction: column;
padding: 1rem;
}
.empty-state {
background: #EBEEF0;
border: 1px dashed #C8CFD5;
box-sizing: border-box;
border-radius: 8px;
padding: 2.5rem;
}