403Webshell
Server IP : 104.21.84.107  /  Your IP : 104.23.197.208
Web Server : Apache/2.4.63 (Ubuntu)
System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 8.4.5
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/pregrados/ingenieria-agroindustrial/media/system/scss/fields/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/pregrados/ingenieria-agroindustrial/media/system/scss/fields/switcher.scss
$off-background-colour: #d3d3d3;
$on-background-colour: #2f7d32;
$switcher-width: 62px;
$switcher-height: 28px;

.switcher {
  position: relative;
  width: 18rem;
  height: 28px;
  margin: 0;
}

.switcher input {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: 2;
  width: $switcher-width;
  height: $switcher-height;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.switcher input:checked {
  z-index: 1;
}

.switcher input:checked + label {
  z-index: 0;
  opacity: 1;
}

.switcher input:not(:checked) + label {
  z-index: 3;
  opacity: 0;
}

.switcher input:focus ~ .toggle-outside {
  border-color: var(--focus);
  box-shadow: 0 0 0 .2rem rgba(26, 70, 107, .25);
}

.switcher label {
  position: absolute;
  inset-inline-start: 0;
  display: inline-block;
  width: auto;
  min-width: 6rem;
  height: 100%;
  margin-bottom: 0;
  margin-inline-start: 70px;
  line-height: $switcher-height;
  text-align: start;
  transition: opacity .25s ease;
}

.switcher .toggle-outside {
  position: absolute;
  inset-inline-start: 0;
  box-sizing: border-box;
  width: 58px;
  height: 100%;
  overflow: hidden;
  background: $off-background-colour;
  border: 1px solid rgba(0, 0, 0, .18);
  transition: .2s ease all;
  transform: translate3d(0, 0, 0);
}

.switcher input ~ input:checked ~ .toggle-outside {
  background: $on-background-colour;
}

.switcher .toggle-inside {
  position: absolute;
  left: 0;
  width: ($switcher-width - 6) * .5;
  height: $switcher-height;
  background: #fff;
  transition: .4s ease all;
}

.switcher input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: ($switcher-width * .5) - 1;
}

Youez - 2016 - github.com/yon3zu
LinuXploit