HEX
Server: Apache
System: Linux b:u:newjapaneti:1 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64
User: newjapaneti (381717)
PHP: 5.6.30
Disabled: apache_get_modules, apache_get_version, apache_reset_timeout, apache_getenv, apache_note, apache_setenv
Upload Files
File: /var/www/html/newjapanetiquetas.com.br/web/docs/styles/scss/plugins/_checkbo.scss
/* $checkbo
 ------------------------------------------*/

.cb-radio {
  &.checked i {
    background-color: $brand-primary
  }
  &:hover .cb-inner {
    border-color: $brand-primary
  }
}

.cb-checkbox .cb-inner,
.cb-radio .cb-inner {
  border-color: $border-color;
  background: white;
}

.cb-checkbox.no-border .cb-inner,
.cb-radio.no-border .cb-inner {
  border-color: transparent;
}

.cb-checkbox {
  &.checked .cb-inner {
    border-color: $brand-primary;
    background-color: $brand-primary
  }
  &:hover .cb-inner {
    border-color: $brand-primary
  }
  .cb-inner,
  i {
    @include rounded($border-radius-base);
  }
  i::after,
  i::before {
    width: 1px;
  }
  &.cb-sm i,
  &.cb-sm .cb-inner {
    @include rounded(0);
  }
  &.cb-md i,
  &.cb-md .cb-inner {
    @include rounded($border-radius-base);
  }
  &.cb-lg i,
  &.cb-lg .cb-inner {
    @include rounded($border-radius-base);
  }
}