Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/js/main/imageeditor/src/css/ |
Upload File : |
.main-image-editor { background: #141415; position: fixed!important; border-radius: 6px; top: 5px!important; left: 5px!important; right: 5px!important; bottom: 5px!important; overflow: hidden; } .main-image-editor .popup-window-content { background: #141415; } .main-image-editor-show { animation: uiImageEditorShow 250ms ease both; } .main-image-editor-close { animation: uiImageEditorClose 250ms ease both; } @keyframes uiImageEditorShow { 0% { opacity: 0; transform: scale(.8); } 100% { opacity: 100%; transform: scale(1); } } @keyframes uiImageEditorClose { 0% { opacity: 100%; transform: scale(1); } 100% { opacity: 0; transform: scale(1); } } .main-image-editor-error { position: absolute; top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0); max-width: 400px; color: #fafafa; } .main-image-editor-error .main-image-editor-error-text { padding-bottom: 10px; }