aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/index.sass
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/src/index.sass')
-rw-r--r--Timeline/ClientApp/src/index.sass8
1 files changed, 8 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/index.sass b/Timeline/ClientApp/src/index.sass
index a9329a34..4ba38aa1 100644
--- a/Timeline/ClientApp/src/index.sass
+++ b/Timeline/ClientApp/src/index.sass
@@ -73,3 +73,11 @@ textarea
@extend .border-primary
@extend .rounded
@extend .bg-light
+
+.full-viewport-center-child
+ position: fixed
+ width: 100vw
+ height: 100vh
+ display: flex
+ justify-content: center
+ align-items: center