@value textMedium from '../colors.css';
@value inputHeight from '../dimensions.css';

.common > input, .common > textarea {
  padding-right: calc(inputHeight - 1px);
  background-image: url(../../images/calDate.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.common > div {
  min-width: auto;
}

.normal {
  composes: common;
}

.provisional {
  composes: common;
}

.provisional input, .provisional textarea {
  color: textMedium;
}
