fix: empty states

This commit is contained in:
Jannat Patel
2022-09-12 18:17:06 +05:30
parent d959cacd15
commit 7d7f674d9e
9 changed files with 232 additions and 223 deletions

View File

@@ -902,15 +902,14 @@ pre {
.empty-state {
background: var(--gray-200);
border-radius: var(--border-radius-lg);
padding: 1.25rem;
padding: 4rem;
display: flex;
justify-content: space-between;
justify-content: center;
align-items: center;
}
.empty-state-text {
flex: 1;
text-align: center;
margin-left: 1rem;
}
.empty-state-heading {
@@ -1691,3 +1690,8 @@ li {
margin-bottom: 0;
cursor: pointer;
}
.icon-xl {
width: 2.75rem;
height: 2.75rem;
}