diff options
author | crupest <crupest@outlook.com> | 2020-06-10 15:31:51 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-10 15:31:51 +0800 |
commit | 9eb1bf46d24ef204e335f5f49b0e8f5501cbc9f8 (patch) | |
tree | 267904faacacfbb05f9f09afcdcf2b73f6815420 /Timeline/ClientApp/src/index.sass | |
parent | 35bd6bb40f89713e802fd4526dd5db0e6c3f3cd2 (diff) | |
download | timeline-9eb1bf46d24ef204e335f5f49b0e8f5501cbc9f8.tar.gz timeline-9eb1bf46d24ef204e335f5f49b0e8f5501cbc9f8.tar.bz2 timeline-9eb1bf46d24ef204e335f5f49b0e8f5501cbc9f8.zip |
feat(front): Fix #92 .
Diffstat (limited to 'Timeline/ClientApp/src/index.sass')
-rw-r--r-- | Timeline/ClientApp/src/index.sass | 8 |
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 |