Commit 08812b48 authored by minseok.park's avatar minseok.park

fix lint error

parent 0985374d
Pipeline #19869 passed with stages
in 3 minutes and 36 seconds
......@@ -177,8 +177,8 @@
width: 100%;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
top: 0;
left: 0;
opacity: 1;
transform: scale(0.8);
z-index: 99999;
......@@ -193,10 +193,3 @@
max-width: 500px;
text-align: center;
}
/* .close:hover,
.close:focus {
color: var(--color-white);
text-decoration: none;
cursor: pointer;
} */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment