소스 검색

add permanent-btn-iframe-close class

REJack 4 년 전
부모
커밋
9cd655d705
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      build/scss/pages/_iframe.scss

+ 8 - 0
build/scss/pages/_iframe.scss

@@ -120,3 +120,11 @@ body.iframe-mode-fullscreen {
     }
   }
 }
+
+.permanent-btn-iframe-close {
+  .btn-iframe-close {
+    animation: none !important;
+    visibility: visible !important;
+    opacity: 1;
+  }
+}