.component-check-red{
  label{
    &:before{
      background: transparent !important;
      color: @blue-gray !important;
    }

    &.actived{
      &:before{
        color: @blue;
        content: "\e615"
      }
    }
  }
}
