HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/admin.javaapp.co.uk/public/sass-dark/plugins/table/datatable/custom_dt_custom.scss
//  =================
//      Imports
//  =================

@import '../../../base/base';    // Base Variables

.widget-content-area {
  box-shadow: none !important;
  border: none;
  border-radius: 6px;
}

.table-hover:not(.table-dark) tbody tr {
  td:first-child {
    border-left: none !important;
    border-left: none !important;
  }

  &:hover .new-control.new-checkbox .new-control-indicator {
    border: 1px solid $primary;
  }
}

/*Style. 1*/

.style-1 {
  .user-name {
    font-size: 15px;
    color: $m-color_6;
  }

  .profile-img img {
    border-radius: 6px;
    background-color: $dark;
    padding: 2px;
    width: 35px;
    height: 35px;
  }
}

/*Style. 2*/

.style-2 {
  .new-control.new-checkbox .new-control-indicator {
    top: 1px;
  }

  .user-name {
    font-size: 15px;
    font-weight: 600;
    color: $warning;
  }

  .profile-img {}

  img.profile-img {
    background-color: $dark;
    padding: 2px;
    width: 35px;
    height: 35px;
  }
}

/*Style. 3*/

.style-3 {
  .new-control.new-checkbox .new-control-indicator {
    top: 1px;
  }

  .user-name {
    font-size: 15px;
    font-weight: 600;
    color: $warning;
  }

  .profile-img {}

  img.profile-img {
    border-radius: 6px;
    background-color: $dark;
    padding: 2px;
    width: 35px;
    height: 35px;
  }

  .table-controls {
    padding: 0;
    margin-bottom: 0;

    li {
      list-style: none;
      display: inline;

      svg {
        cursor: pointer;
        margin: 0;
        vertical-align: middle;
        cursor: pointer;
        color: $m-color_9;
        stroke-width: 1.5;
        width: 28px;
        height: 28px;
      }
    }
  }

  &.table-hover:not(.table-dark) tbody tr:hover {
    .table-controls li svg {
      color: $m-color_6;
    }

    td:first-child {
      color: $primary !important;
    }
  }
}