UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

17 lines 5.54 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* tslint:disable */ var load_themed_styles_1 = require("@microsoft/load-themed-styles"); load_themed_styles_1.loadStyles([{ "rawString": ".personaContainer_e748685e{border-radius:15px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:" }, { "theme": "themeLighterAlt", "defaultValue": "#eff6fc" }, { "rawString": ";margin:4px;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;position:relative}.personaContainer_e748685e::-moz-focus-inner{border:0}.personaContainer_e748685e{outline:transparent}.personaContainer_e748685e{position:relative}.ms-Fabric--isFocusVisible .personaContainer_e748685e:focus:after{content:'';position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;pointer-events:none;border:1px solid " }, { "theme": "focusBorder", "defaultValue": "#000000" }, { "rawString": "}.personaContainer_e748685e .ms-Persona-primaryText{color:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": ";font-size:14px;font-weight:400}.personaContainer_e748685e .ms-Persona-primaryText.hover_e748685e{color:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": "}@media screen and (-ms-high-contrast: active){.personaContainer_e748685e .ms-Persona-primaryText{color:HighlightText}}.personaContainer_e748685e .actionButton_e748685e:hover{background:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": "}.personaContainer_e748685e .actionButton_e748685e .ms-Button-icon{color:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": "}@media screen and (-ms-high-contrast: active){.personaContainer_e748685e .actionButton_e748685e .ms-Button-icon{color:HighlightText}}.personaContainer_e748685e:hover{background:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": "}.personaContainer_e748685e:hover .ms-Persona-primaryText{color:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": ";font-size:14px;font-weight:400}@media screen and (-ms-high-contrast: active){.personaContainer_e748685e:hover .ms-Persona-primaryText{color:HighlightText}}.personaContainer_e748685e.personaContainerIsSelected_e748685e{background:" }, { "theme": "themePrimary", "defaultValue": "#0078d4" }, { "rawString": "}.personaContainer_e748685e.personaContainerIsSelected_e748685e .ms-Persona-primaryText{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}@media screen and (-ms-high-contrast: active){.personaContainer_e748685e.personaContainerIsSelected_e748685e .ms-Persona-primaryText{color:HighlightText}}.personaContainer_e748685e.personaContainerIsSelected_e748685e .actionButton_e748685e{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.personaContainer_e748685e.personaContainerIsSelected_e748685e .actionButton_e748685e .ms-Button-icon{color:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": "}.personaContainer_e748685e.personaContainerIsSelected_e748685e .actionButton_e748685e .ms-Button-icon:hover{background:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": "}@media screen and (-ms-high-contrast: active){.personaContainer_e748685e.personaContainerIsSelected_e748685e .actionButton_e748685e .ms-Button-icon{color:HighlightText}}@media screen and (-ms-high-contrast: active){.personaContainer_e748685e.personaContainerIsSelected_e748685e{border-color:Highlight;background:Highlight;-ms-high-contrast-adjust:none}}.personaContainer_e748685e.validationError_e748685e .ms-Persona-primaryText{color:" }, { "theme": "red", "defaultValue": "#e81123" }, { "rawString": "}.personaContainer_e748685e.validationError_e748685e .ms-Persona-initials{font-size:20px}@media screen and (-ms-high-contrast: active){.personaContainer_e748685e{border:1px solid WindowText}}.personaContainer_e748685e .itemContent_e748685e{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;min-width:0px;max-width:100%;overflow-x:hidden}.personaContainer_e748685e .removeButton_e748685e{border-radius:15px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33px;height:33px;-ms-flex-preferred-size:32px;flex-basis:32px}.personaContainer_e748685e .expandButton_e748685e{border-radius:15px 0px 0px 15px;height:33px;width:44px;padding-right:16px;position:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-17px}.personaContainer_e748685e .personaWrapper_e748685e{position:relative;display:inherit}.personaContainer_e748685e .personaWrapper_e748685e .ms-Persona-details{padding:0px 8px}.personaContainer_e748685e .personaDetails_e748685e{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.itemContainer_e748685e{display:inline-block;vertical-align:top}\n" }]); exports.personaContainer = "personaContainer_e748685e"; exports.hover = "hover_e748685e"; exports.actionButton = "actionButton_e748685e"; exports.personaContainerIsSelected = "personaContainerIsSelected_e748685e"; exports.validationError = "validationError_e748685e"; exports.itemContent = "itemContent_e748685e"; exports.removeButton = "removeButton_e748685e"; exports.expandButton = "expandButton_e748685e"; exports.personaWrapper = "personaWrapper_e748685e"; exports.personaDetails = "personaDetails_e748685e"; exports.itemContainer = "itemContainer_e748685e"; //# sourceMappingURL=ExtendedSelectedItem.scss.js.map