diondiondion 9eb718836e [Glitch] Add new components Combobox and EmptyState
Port 2768ab77e50e8be0ad828d2efad31f028a50ac8b to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-02-06 22:52:24 +01:00

24 lines
348 B
SCSS

.wrapper {
display: flex;
flex-direction: column;
align-items: center;
max-width: 600px;
padding: 20px;
gap: 16px;
text-align: center;
color: var(--color-text-primary);
}
.content {
h3 {
font-size: 17px;
font-weight: 500;
}
p {
font-size: 15px;
margin-top: 8px;
color: var(--color-text-secondary);
}
}