UNPKG

cspace-ui

Version:
9 lines (7 loc) 176 B
@value inputBg from '../colors.css'; @value inputHeight from '../dimensions.css'; .common { display: flex; height: calc(inputHeight - 2px); background-color: inputBg; }