@import '../variables';

.ui-grid-cell div{

  input {
    @extend .form-control;
    padding: 5px;
    height: 31px;

    &:focus,
    &:active {
      outline: none;
    }

    &.ng-invalid {
      border: $state-danger-text;
    }

    &.ng-valid {
      border: $state-success-text;
    }
  }
}
