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 {