Files
web/app/[lang]/(live)/(protected)/my-pages/profile/profileLayout.css
2024-06-19 14:51:00 +02:00

12 lines
319 B
CSS

/**
* Due to css import issues with parallell routes we are forced to
* use a regular css file and import it in the page.tsx
*/
.profile-layout {
background-color: var(--Main-Grey-White);
border-radius: var(--Corner-radius-xLarge);
display: grid;
gap: var(--Spacing-x4);
padding: var(--Spacing-x3);
}