UNPKG

@activecollab/components

Version:

ActiveCollab Components

17 lines (16 loc) 766 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StyledWrapper = exports.StyledAvatar = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var StyledWrapper = exports.StyledWrapper = _styledComponents.default.span.withConfig({ displayName: "Styles__StyledWrapper", componentId: "sc-5x2tyd-0" })(["display:inline-flex;border-radius:100%;position:relative;"]); var StyledAvatar = exports.StyledAvatar = _styledComponents.default.img.withConfig({ displayName: "Styles__StyledAvatar", componentId: "sc-5x2tyd-1" })(["border-radius:100%;object-fit:cover;"]); //# sourceMappingURL=Styles.js.map