@import "./var";

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

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

.param-text-val {
  position: relative;
  z-index: 1;
  margin: 0;
}
