Echo 9758c59f64 [Glitch] Profile redesign: Account featured tab
Port 8da2fae6ccd50158171a7caa52a809da2e146c26 to glitch-soc

Co-authored-by: diondiondion <mail@diondiondion.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-04-02 18:25:51 +02:00

31 lines
432 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 {
svg,
img {
width: 240px;
max-width: 100%;
margin-bottom: 16px;
}
h3 {
font-size: 17px;
font-weight: 500;
}
p {
font-size: 15px;
margin-top: 8px;
color: var(--color-text-secondary);
}
}