diondiondion b08e2b8e60 [Glitch] Update design of Collections list page
Port 3d5cb624ba1bf861d41f4bf42f7ecf02b010718e to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-04-30 19:03:05 +02:00

36 lines
577 B
SCSS

.header {
display: flex;
flex-direction: column;
gap: 8px;
padding-top: 24px;
padding-inline: 16px;
border-bottom: 1px solid var(--color-border-primary);
}
.heading {
font-size: 22px;
font-weight: 500;
line-height: 1.2;
overflow-wrap: break-word;
}
.listHeader {
display: flex;
justify-content: space-between;
align-items: center;
min-height: 28px;
padding-top: 16px;
padding-inline: 16px;
}
.subHeading {
font-size: 15px;
font-weight: 500;
line-height: 1.2;
overflow-wrap: break-word;
}
.maxCollectionsError {
margin: 8px 16px;
}