Procházet zdrojové kódy

add permanent-btn-iframe-close class

REJack před 4 roky
rodič
revize
9cd655d705
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  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;
+  }
+}