From 7866ecec78523648f56f5090952b1cfc40cd244c Mon Sep 17 00:00:00 2001 From: yuki540 Date: Fri, 23 Feb 2018 17:07:44 +0900 Subject: [PATCH] =?UTF-8?q?update:=20=E3=83=AD=E3=83=BC=E3=83=89=E7=94=BB?= =?UTF-8?q?=E9=9D=A2=E3=81=AE=E7=B5=82=E4=BA=86=E8=A6=81=E7=B4=A0=E3=81=AB?= =?UTF-8?q?=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB=E3=82=92=E9=81=A9=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scss/modules/pc/load-view.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/scss/modules/pc/load-view.scss b/src/scss/modules/pc/load-view.scss index 8804217..d16a491 100644 --- a/src/scss/modules/pc/load-view.scss +++ b/src/scss/modules/pc/load-view.scss @@ -924,6 +924,24 @@ &::after { transform: rotate(-45deg); } } } + + /** + * end-load-view + */ + .end-load-view { + position: absolute; + top: 0; left: 0; + width: 100%; height: 100%; + z-index: 8; + + div { + position: absolute; + top: 0; left: 50%; + width: 0%; height: 100%; + } + div:nth-child(1) { background-color: $theme-light-purple; } + div:nth-child(2) { background-color: $theme-light-pink; } + } } #load-view[data-state="fin"] {