wip(desktop): progress

This commit is contained in:
Adam
2025-12-10 06:26:24 -06:00
parent a4ec619c74
commit 6866a060bc
8 changed files with 104 additions and 81 deletions

View File

@@ -1,3 +1,12 @@
[data-slot="select-dialog-content"] {
width: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
gap: 12px;
padding: 0 10px;
}
[data-component="select-dialog-input"] {
display: flex;
height: 40px;
@@ -29,11 +38,11 @@
[data-component="select-dialog"] {
display: flex;
flex-direction: column;
gap: 8px;
gap: 12px;
[data-slot="select-dialog-empty-state"] {
display: flex;
padding: 32px 160px;
padding: 32px 0px;
flex-direction: column;
justify-content: center;
align-items: center;
@@ -63,25 +72,30 @@
}
[data-slot="select-dialog-group"] {
position: relative;
display: flex;
flex-direction: column;
gap: 4px;
[data-slot="select-dialog-header"] {
display: flex;
padding: 4px 8px;
height: 28px;
padding: 0 10px;
justify-content: space-between;
align-items: center;
align-self: stretch;
background: var(--surface-raised-stronger-non-alpha);
position: sticky;
top: 0;
color: var(--text-weak);
color: var(--text-base);
/* text-12-medium */
/* text-14-medium */
font-family: var(--font-family-sans);
font-size: var(--font-size-small);
font-size: 14px;
font-style: normal;
font-weight: var(--font-weight-medium);
line-height: var(--line-height-large); /* 166.667% */
line-height: var(--line-height-large); /* 142.857% */
letter-spacing: var(--letter-spacing-normal);
}