From 674b75b6449cd499963174c6b47b0eb42404fdd8 Mon Sep 17 00:00:00 2001 From: Rachel Dauns Date: Mon, 25 Mar 2024 09:32:02 -0400 Subject: [PATCH] update no notifications screen --- .../shared/components/notification.scss | 11 +++++++---- .../shared/components/repository-nav.scss | 5 ++++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/packages/app/obojobo-repository/shared/components/notification.scss b/packages/app/obojobo-repository/shared/components/notification.scss index 8e5e55134..fc05c98db 100644 --- a/packages/app/obojobo-repository/shared/components/notification.scss +++ b/packages/app/obojobo-repository/shared/components/notification.scss @@ -62,13 +62,16 @@ .notification-none { color: $color-notification; text-align: center; + display: flex; + justify-content: center; + align-items: center; p { - margin-top: 0.1em; - margin-bottom: 0.1em; + border-style: solid; border-radius: 0.5em; - border-width: 0.5em; + padding: 0.5em; + width: 50%; border-color: $color-notification; - font-size: 5em; + font-size: 3em; } } diff --git a/packages/app/obojobo-repository/shared/components/repository-nav.scss b/packages/app/obojobo-repository/shared/components/repository-nav.scss index 0aeeb70c2..07f4ed5d4 100644 --- a/packages/app/obojobo-repository/shared/components/repository-nav.scss +++ b/packages/app/obojobo-repository/shared/components/repository-nav.scss @@ -179,7 +179,10 @@ } .popup.active { - display: block; + text-align: center; + display: flex; + justify-content: center; + align-items: center; } .overlay {