fix: 開発用のdata-*属性などを消去

This commit is contained in:
yuki540 2018-04-14 20:54:50 +09:00
parent 4a67a2d769
commit 1a9e1b9db6
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@
</div>
</section>
<!--********************************** gab animation ***************************************-->
<section class="gab-animation" data-state="start">
<section class="gab-animation">
<div class="gab-animation__bg">
<div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div>

View File

@ -6,7 +6,7 @@
min-width: $min-width; min-height: $min-height;
background-color: $theme-light-pink;
overflow: hidden;
z-index: 1001;
z-index: 999;
}
/*** bg ***/