Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : 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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/rabbithabit.com/public_html/themes/3/swal_alert/src/scss/ |
Upload File : |
@import 'toasts-body'; @mixin sweetalert2-body() { &.swal2-shown { @include not('.swal2-no-backdrop', '.swal2-toast-shown') { overflow: hidden; // not overflow-y because of Sarari, #1253 } } &.swal2-height-auto { height: auto !important; // #781 #1107 } &.swal2-no-backdrop { .swal2-container { top: auto; right: auto; bottom: auto; left: auto; max-width: calc(100% - #{$swal2-container-padding} * 2); background-color: transparent !important; & > .swal2-modal { box-shadow: 0 0 10px $swal2-backdrop; } &.swal2-top { top: 0; left: 50%; transform: translateX(-50%); } &.swal2-top-start, &.swal2-top-left { top: 0; left: 0; } &.swal2-top-end, &.swal2-top-right { top: 0; right: 0; } &.swal2-center { top: 50%; left: 50%; transform: translate(-50%, -50%); } &.swal2-center-start, &.swal2-center-left { top: 50%; left: 0; transform: translateY(-50%); } &.swal2-center-end, &.swal2-center-right { top: 50%; right: 0; transform: translateY(-50%); } &.swal2-bottom { bottom: 0; left: 50%; transform: translateX(-50%); } &.swal2-bottom-start, &.swal2-bottom-left { bottom: 0; left: 0; } &.swal2-bottom-end, &.swal2-bottom-right { right: 0; bottom: 0; } } } @media print { &.swal2-shown { @include not('.swal2-no-backdrop', '.swal2-toast-shown') { overflow-y: scroll !important; > [aria-hidden='true'] { display: none; } .swal2-container { position: static !important; } } } } }