@atlaskit/mention
Version:
A React component used to display user profiles in a list for 'Mention' functionality
6 lines • 628 B
JavaScript
import * as tslib_1 from "tslib";
import styled from 'styled-components';
import { colors } from '@atlaskit/theme';
export var DescriptionHighlightStyle = styled.span(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n color: ", ";\n font-size: 12px;\n\n margin-top: 2px;\n\n display: block;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n"], ["\n color: ", ";\n font-size: 12px;\n\n margin-top: 2px;\n\n display: block;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n"])), colors.N100);
var templateObject_1;
//# sourceMappingURL=styles.js.map