Multi-select and option tags
Opened this issue · 0 comments
roomfive commented
Related issue: Select #15
Preview:
Assets:
CSS (limited):
Multi-select CSS largely the same as a select (see #15).
Additions and differences below:
Regular:
/* Multi-select */
padding: 3px 0;
/* Option tag */
height: 32px;
padding: 0 30px 0 10px;
border-radius: 2px;
margin-left: 3px;
background-color: $purple200;
font: $regular2;
color: $gray600;
/* Option tag ‘x’ icon */
background-image:
url(path_to_icon.png);
width: 30px;
height: 30px;
background-position: center right;
Large:
/* Option tag */
height: 42px;