HEX
Server: LiteSpeed
System: Linux php-prod-3.spaceapp.ru 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: sarli3128 (1010)
PHP: 7.4.33
Disabled: 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/retile.ru/public_html/admin/view/stylesheet/d_admin_style/core/scss/modification/_button.scss
@import "../variable";

button {
  outline-color: rgba(255, 255, 255, 0) !important;
  outline: 0px solid white !important;
  -moz-outline: 0px solid white !important;
  -webkit-outline: 0px solid white !important;
}

button + button {
  //fixing top btn
  //margin-left: 3px;
}

#cancel-button {
  margin-left: 3px;
}

// B-SWITCH
.bootstrap-switch {
  //border: 2px solid #dbdfef !important;
  //border-radius: 5px;
  border: 2px solid $border_color;
  .bootstrap-switch-handle-on.bootstrap-switch-success,
  .bootstrap-switch-handle-off.bootstrap-switch-success {
    background: $green;
    border-color: $green;
  }
}

// B-TAGS-INPUT
.bootstrap-tagsinput {
  width: 100%;
}

.btn {
  table &, &.popup-extension {
    padding: 8px 13px;
  }
}

.panel-default {
  .btn {
    &:not(.note-btn) {
      padding: 8px 30px;
    }
    border-radius: 4px;
    font-size: 15px;
    &-default {
      color: #fff;
      background: #cfcfcf;
      border: 2px solid #b1b1b1;
      &.active, &:focus, &:hover {
        background: #b1b1b1;
        border-color: #9d9d9d;
      }
      &.active:hover{
        color: #fff;
      }
    }
    &-info {
      color: #000;
      background: $info-color;
      border: $info-border;
      &.active, &:focus, &:hover {
        background: #c6cce4;
        border-color: #acbcd9;
      }

      &:active:focus {
        i{
          color: #000;
        }
        background: #abb2d8;
        border-color: #93a6c9;
      }
    }
    &-danger {
      color: #fff;
      background: #cf4949;
      border: 2px solid #b33131;
      &:focus, &:hover {
        background: #da3d3d;
        border-color: #bf1f1f;
      }
      &:active:focus {
        background: #a12929;
        border-color: #bc3a3a;
      }
    }
    &-primary {
      box-shadow: none;
      background: #4fb5e7;
      border: 2px solid #3aa5da;
      color: #fff;
      &:focus, &:hover {
        background: #27b7fd;
        border-color: #229cd8;
      }
      &:active:focus {
        background: #1589c1;
        border-color: #0871a5;
      }
    }
    &-success {
      box-shadow: none;
      background: #86ce99;
      border: 2px solid #69bd7f;
      color: #fff;
      &:focus, &:hover {
        background: #2cbd53;
        border-color: #18a03c;
      }
      &:active:focus {
        background: #4faf68;
        border-color: #309c4c;
      }
    }
  }
}

.input-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}