Current File : /home/kelaby89/babyl0n.restaurant/wp-content/plugins/restar-core/cmb2-ext/css/custom.metafield.css
/* Switch */
.switch-block .ui-switcher {
    background-color: #bdc1c2;
    width: 70px;
    display: inline-block;
    height: 26px;
    border-radius: 4px;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    transition: border-color 0.25s;
    margin: -2px 4px 0 0;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
    line-height: 25px;
  }
  .ui-switcher:before {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 6px;
    height: 12px;
    width: 20px;
    text-align: center;
  }
  .ui-switcher[aria-checked=false]:before {
    content: 'HIDE';
    right: 17px;
  }
  .ui-switcher[aria-checked=true]:before {
    content: 'SHOW';
    left: 6px;
  }
  .ui-switcher:after {
    background-color: #ffffff;
    content: '\0020';
    display: inline-block;
    position: absolute;
    top: 2px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    transition: left 0.25s;
  }

  .ui-switcher[aria-checked=true]:after {
    left: 42px;
  }
  
    .switch-block span.cmb2-metabox-description {
        padding-top: 8px;
    }



.ui-switcher[aria-checked=true]:before {
    line-height: 25px;
    top: 0;
}

.ui-switcher:after {
    width: 24px;
    height: 18px;
    border-radius: 4px;
    top: 50%;
    margin-top: -9px;
}

.ui-switcher[aria-checked=false] {
    background-color: #ed6f6f;
}

.ui-switcher[aria-checked=true] {
    background-color: #4fb845;
}

.ui-switcher[aria-checked=false]:after {
    left: 4px;
}

.ui-switcher[aria-checked=false]:before {
    line-height: 25px;
    top: 0;
}
Page not found – Hello World !