Files
web/apps/scandic-web/components/MyPages/CopyMembershipIdButton/copyMembershipIdButton.module.css
Chuma Mcphoy (We Ahead) 7561e996c6 Merged in feat/LOY-311-New-Avatar-Component (pull request #2694)
Feat(LOY-311) Create avatar design system component

* feat(LOY-311): Creat & use New Avatar Design System Component

* refactor(LOY-311): replace avatar used in app header with design system component

* fix(LOY-311): use correct space vars


Approved-by: Erik Tiekstra
2025-08-25 14:41:50 +00:00

12 lines
177 B
CSS

.container {
display: flex;
align-items: center;
gap: var(--Space-x1);
color: var(--Scandic-Red-100);
}
.copyButton {
min-width: auto;
padding: var(--Space-x05);
}