%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,mail,shell_exec,system,proc_open,popen,ini_alter,dl,proc_close,curl_exec,curl_multi_exec,readfile,parse_ini_file,escapeshellarg,escapeshellcmd,show_source,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,mail,php_uname,phpinfo MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/eoffice/frontend/web/assets/41f7f9c7/src/less/ |
Upload File : |
.bootstrap-dialog { .modal-header { border-top-left-radius: 4px; border-top-right-radius: 4px; } .bootstrap-dialog-title { color: #fff; display: inline-block; font-size: 16px; } .bootstrap-dialog-message { font-size: 14px; } .bootstrap-dialog-button-icon { margin-right: 3px; } .bootstrap-dialog-close-button { font-size: 20px; float: right; .opacity(0.9); &:hover { cursor: pointer; .opacity(1.0); } } /* dialog types */ &.type-default { .modal-header { background-color: @modal-content-bg; } .bootstrap-dialog-title { color: #333; } } &.type-info { .modal-header { background-color: @brand-info; } } &.type-primary { .modal-header { background-color: @brand-primary; } } &.type-success { .modal-header { background-color: @brand-success; } } &.type-warning { .modal-header { background-color: @brand-warning; } } &.type-danger { .modal-header { background-color: @brand-danger; } } &.size-large { .bootstrap-dialog-title { font-size: 24px; } .bootstrap-dialog-close-button { font-size: 30px; } .bootstrap-dialog-message { font-size: 18px; } } /** * Icon animation * Copied from font-awesome: http://fontawesome.io/ **/ .icon-spin { display: inline-block; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @-o-keyframes spin { 0% { -o-transform: rotate(0deg); } 100% { -o-transform: rotate(359deg); } } @-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); } 100% { -ms-transform: rotate(359deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } /** End of icon animation **/ }