All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.togglz.css Maven / Gradle / Ivy

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1px;
}

td {
  width: 1%;
}

td:last-child {
  width: 100%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D9DADC;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 17px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #23d160;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.card {
  flex-grow: unset;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy