fix: 開発用のdata-*属性などを消去
This commit is contained in:
parent
4a67a2d769
commit
1a9e1b9db6
@ -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>
|
||||
|
||||
@ -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 ***/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user