UNPKG

react-bootstrap-typeahead

Version:
34 lines (31 loc) 621 B
/* Token */ .bootstrap-tokenizer .token { background-color: #e7f4ff; border: 0; border-radius: 2px; color: #1f8dd6; display: inline-block; line-height: 1em; padding: 4px 7px; position: relative; } .bootstrap-tokenizer .token:focus, .bootstrap-tokenizer .token-removeable { padding-right: 21px; } .bootstrap-tokenizer .token-selected { background-color: #1f8dd6; color: #fff; outline: none; text-decoration: none; } .bootstrap-tokenizer .token { margin: 0 3px 3px 0; } .bootstrap-tokenizer .token .close-button { bottom: 0; padding: 3px 7px; position: absolute; right: 0; top: 0; }