@import './var';

.param-bool {
  flex: 1;
  display: flex;
  align-items: center;
  height: $input-height;

  &.readonly {
    height: $input-readonly-height;
  }
}

.param-bool-option {
  display: inline-flex;
  align-items: center;
  margin: 0 16px 0 0;
  cursor: pointer;

  > svg {
    margin: 0 5px 0 0;
  }
}

.active {
  color: #006fa7;
}
