//@import "../../c8yBranding/variables/index.less";

// Temporary for DT HMI
@status-success: #5cb85c;
@status-danger: #bb1200;

.switchDisplay {
  td {
    padding: 20px !important;
  }
  .statusButton {
    .icon {
      margin-right: 10px;
    }
    &.activeState {
      font-weight: bold;
      color: @status-success;
      .icon {
        font-size: 120%;
      }
    }
    &.inactiveState {
      font-weight: bold;
      color: @status-danger;
      .icon {
        font-size: 120%;
      }
    }
  }
}
