style : iframe css설정 위치 변경(index.css -> common-style.css)

main
이범준 2 years ago
parent 9e8f55b583
commit 816cb4d24f

@ -279,3 +279,4 @@
</li> </li>
</ul> </ul>
--> -->
</div>

@ -2352,10 +2352,3 @@ input[data-fmt-type=number] {
padding-right: 10px; padding-right: 10px;
} }
/*2023.03.22 iframe css 추가*/
.iframe-main {
padding-left: 20px!important;
}
.iframe-main .mobile_inner{
display:none;
}

@ -2009,3 +2009,11 @@ div.guide ul li{
background-color: #b5c1dc57; background-color: #b5c1dc57;
border-radius: 8px; border-radius: 8px;
} }
/*2023.03.22 iframe css 추가*/
.iframe-main {
padding-left: 20px;
}
.iframe-main .mobile_inner{
display:none;
}
Loading…
Cancel
Save