@value inputBg, textDark, textLight, readOnlyBg, readOnlyBorder from '../colors.css';
@value activeEdgeWidth, inputHeight from '../dimensions.css';

.common {
  display: flex;
}

.common > a {
  font-size: 12px;
  padding: 0 4px;
  height: calc(inputHeight - 2px);
  line-height: calc(inputHeight - 2px);
}
