UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

14 lines 3.59 kB
/* tslint:disable */ import { loadStyles } from '@microsoft/load-themed-styles'; loadStyles([{ "rawString": ".root_2959bf62{width:auto}.clear_2959bf62{clear:both}.itemContainer_2959bf62{display:-webkit-box;display:-ms-flexbox;display:flex}.members_2959bf62{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;margin:-2px}.members_2959bf62>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:2px}.itemButton_2959bf62{text-align:center;padding:0;border-radius:50%;vertical-align:top}.itemButton_2959bf62::-moz-focus-inner{border:0}.itemButton_2959bf62{outline:transparent}.itemButton_2959bf62{position:relative}.ms-Fabric.is-focusVisible .itemButton_2959bf62:focus:after{content:'';position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;pointer-events:none;border:1px solid " }, { "theme": "focusBorder", "defaultValue": "#000000" }, { "rawString": "}.itemButton_2959bf62 .ms-Persona-details{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}button.itemButton_2959bf62{display:inline;background:none;padding:0;cursor:pointer;border:none}button.itemButton_2959bf62::-moz-focus-inner{padding:0px;border:0px}button.addButton_2959bf62{font-size:14px;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}html[dir='ltr'] button.addButton_2959bf62{margin-right:4px}html[dir='rtl'] button.addButton_2959bf62{margin-left:4px}button.addButton_2959bf62:hover,button.addButton_2959bf62:focus{background-color:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": "}button.addButton_2959bf62:active{background-color:" }, { "theme": "themeDarker", "defaultValue": "#004578" }, { "rawString": "}button.addButton_2959bf62:disabled{background-color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": "}button.overflowButton_2959bf62{font-size:14px;color:" }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": ";background-color:" }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": "}html[dir='ltr'] button.overflowButton_2959bf62{margin-left:4px}html[dir='rtl'] button.overflowButton_2959bf62{margin-right:4px}button.descriptiveOverflowButton_2959bf62{font-size:12px;color:" }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": ";background-color:" }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": "}html[dir='ltr'] button.descriptiveOverflowButton_2959bf62{margin-left:4px}html[dir='rtl'] button.descriptiveOverflowButton_2959bf62{margin-right:4px}.overflowInitialsIcon_2959bf62{color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": "}.screenReaderOnly_2959bf62{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}\n" }]); export var root = "root_2959bf62"; export var clear = "clear_2959bf62"; export var itemContainer = "itemContainer_2959bf62"; export var members = "members_2959bf62"; export var itemButton = "itemButton_2959bf62"; export var addButton = "addButton_2959bf62"; export var overflowButton = "overflowButton_2959bf62"; export var descriptiveOverflowButton = "descriptiveOverflowButton_2959bf62"; export var overflowInitialsIcon = "overflowInitialsIcon_2959bf62"; export var screenReaderOnly = "screenReaderOnly_2959bf62"; //# sourceMappingURL=Facepile.scss.js.map