feat: add ui to empty state overview component

This commit is contained in:
Fredrik Thorsson
2024-06-27 11:32:22 +02:00
parent c435873937
commit 306f6cd9ab
4 changed files with 32 additions and 10 deletions

View File

@@ -3,12 +3,11 @@
background-color: var(--Scandic-Brand-Pale-Peach);
border-radius: var(--Corner-radius-Medium);
display: flex;
gap: var(--Spacing-x3);
gap: var(--Spacing-x9);
flex-direction: column;
justify-content: center;
margin-bottom: var(--Spacing-x-half);
min-height: 250px;
padding: var(--Spacing-x0) var(--Spacing-x3);
justify-content: end;
}
.burgundyTitle {
@@ -16,3 +15,14 @@
display: block;
text-align: center;
}
.link {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
background-color: var(--Base-Surface-Primary-Normal);
padding: var(--Spacing-x-one-and-half) var(--Spacing-x0);
border-radius: var(--Spacing-x0) var(--Spacing-x0) var(--Corner-radius-Medium)
var(--Corner-radius-Medium);
}