aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/index.sass
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-10 15:31:51 +0800
committercrupest <crupest@outlook.com>2020-06-10 15:31:51 +0800
commitfbbe8660d7d4fb9e5363e80b959302b41a013d1b (patch)
tree5607efa3374c7f9d7364778f771e1009104fa10f /Timeline/ClientApp/src/index.sass
parent7ec5cf66cef88bc7d3b8720070f40cceb452aec4 (diff)
downloadtimeline-fbbe8660d7d4fb9e5363e80b959302b41a013d1b.tar.gz
timeline-fbbe8660d7d4fb9e5363e80b959302b41a013d1b.tar.bz2
timeline-fbbe8660d7d4fb9e5363e80b959302b41a013d1b.zip
feat(front): Fix #92 .
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