Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/mcoil.corals.io/vendor/binarytorch/larecipe/resources/sass/components/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/mcoil.corals.io/vendor/binarytorch/larecipe/resources/sass/components/_switch.scss
/**************************************/
/*************** Switch ***************/
/**************************************/
.switch {
    @apply relative select-none w-12 mr-2 leading-normal;
}
.switch-checkbox {
    @apply hidden;
}
.switch-label {
    @apply block overflow-hidden cursor-pointer bg-grey-light rounded-full h-6 shadow-inner border-2 border-white;
    transition: background-color 0.1s ease-in;
}
.switch-label:before {
    @apply absolute block bg-white border shadow pin-y w-6 rounded-full -ml-1;
    
    right: 50%;
    content: "";
    transition: all 0.1s ease-in;
}
.switch-checkbox:checked + .switch-label {
    @apply bg-primary shadow-none;
}
.switch-checkbox:checked + .switch-label:before {
    @apply pin-r;
}

Spamworldpro Mini