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 : |
@mixin sweetalert2-toasts-body() { &.swal2-toast-shown { .swal2-container { background-color: transparent; &.swal2-top { top: 0; right: auto; bottom: auto; left: 50%; transform: translateX(-50%); } &.swal2-top-end, &.swal2-top-right { top: 0; right: 0; bottom: auto; left: auto; } &.swal2-top-start, &.swal2-top-left { top: 0; right: auto; bottom: auto; left: 0; } &.swal2-center-start, &.swal2-center-left { top: 50%; right: auto; bottom: auto; left: 0; transform: translateY(-50%); } &.swal2-center { top: 50%; right: auto; bottom: auto; left: 50%; transform: translate(-50%, -50%); } &.swal2-center-end, &.swal2-center-right { top: 50%; right: 0; bottom: auto; left: auto; transform: translateY(-50%); } &.swal2-bottom-start, &.swal2-bottom-left { top: auto; right: auto; bottom: 0; left: 0; } &.swal2-bottom { top: auto; right: auto; bottom: 0; left: 50%; transform: translateX(-50%); } &.swal2-bottom-end, &.swal2-bottom-right { top: auto; right: 0; bottom: 0; left: auto; } } } &.swal2-toast-column { .swal2-toast { flex-direction: column; align-items: stretch; .swal2-actions { flex: 1; align-self: stretch; height: 2.2em; margin-top: .3125em; } .swal2-loading { justify-content: center; } .swal2-input { height: 2em; margin: .3125em auto; font-size: $swal2-toast-input-font-size; } .swal2-validation-message { font-size: $swal2-toast-validation-font-size; } } } }