UNPKG

@microsoft/mgt

Version:
83 lines (72 loc) 2.4 kB
// THIS FILE IS AUTO GENERATED // ANY CHANGES WILL BE LOST DURING BUILD // MODIFY THE .SCSS FILE INSTEAD import { css } from 'lit-element'; /** * exports lit-element css * @export styles */ export const styles = [ css ` /** * ------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. * See License in the project root for license information. * ------------------------------------------------------------------------------------------- */ /* Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license */ /** * ------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. * See License in the project root for license information. * ------------------------------------------------------------------------------------------- */ :host([hidden]) { display: none; } :host { display: block; --default-font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; --theme-primary-color: #0078d7; --theme-dark-color: #005a9e; } .ms-Icon { display: inline-block; font-family: "FabricMDL2Icons"; font-style: normal; font-weight: normal; font-size: 16px; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; margin: 4px 0; } .ms-Icon--ChevronDown::before { content: "\\\E70D"; } .ms-Icon--ChevronUp::before { content: "\\\E70E"; } .ms-Icon--Contact::before { content: "\\\E77B"; } .ms-Icon--AddFriend::before { content: "\\\E8FA"; } .ms-Icon--OutlookLogoInverse::before { content: "\\\EB6D"; } :host .people-list, mgt-people .people-list { list-style-type: none; margin: var(--list-margin, 8px 4px 8px 8px); padding: 0; font-family: var(--default-font-family, "Segoe UI"); font-style: normal; font-weight: normal; display: flex; align-items: center; } :host .people-person, mgt-people .people-person { margin: var(--avatar-margin, 0 4px 0 0); display: flex; } :host .overflow span, mgt-people .overflow span { vertical-align: middle; } ` ]; //# sourceMappingURL=mgt-people-css.js.map