From 2d5b86808f2e38b9bfc5fda7c4b50a7631cca660 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Fri, 3 Jan 2025 14:35:01 +0100 Subject: [PATCH] refactor: cleanup pin styles --- .../components/protect-route/ProtectRoute.module.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/client/src/common/components/protect-route/ProtectRoute.module.scss b/apps/client/src/common/components/protect-route/ProtectRoute.module.scss index 7bceda037..262739d65 100644 --- a/apps/client/src/common/components/protect-route/ProtectRoute.module.scss +++ b/apps/client/src/common/components/protect-route/ProtectRoute.module.scss @@ -1,9 +1,13 @@ .container { + width: 100%; + height: 100%; + display: flex; flex-direction: column; align-items: center; padding-top: 25vh; + background: $ui-black; color: $ontime-color; font-weight: 200; font-size: 3rem; @@ -42,4 +46,4 @@ to { background: rgba($red-500, 0); } -} \ No newline at end of file +}