office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
15 lines • 3.57 kB
JavaScript
define(["require", "exports", "@microsoft/load-themed-styles"], function (require, exports, load_themed_styles_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
load_themed_styles_1.loadStyles([{ "rawString": ".root_78c0d95f{width:auto}.clear_78c0d95f{clear:both}.itemContainer_78c0d95f{display:-webkit-box;display:-ms-flexbox;display:flex}.members_78c0d95f{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_78c0d95f>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:2px}.itemButton_78c0d95f{text-align:center;padding:0;border-radius:50%;vertical-align:top}.itemButton_78c0d95f::-moz-focus-inner{border:0}.itemButton_78c0d95f{outline:transparent}.itemButton_78c0d95f{position:relative}.ms-Fabric.is-focusVisible .itemButton_78c0d95f:focus:after{content:'';position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;pointer-events:none;border:1px solid " }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": "}.itemButton_78c0d95f .ms-Persona-details{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}button.itemButton_78c0d95f{display:inline;background:none;padding:0;cursor:pointer;border:none}button.itemButton_78c0d95f::-moz-focus-inner{padding:0px;border:0px}button.addButton_78c0d95f{font-size:14px;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}html[dir='ltr'] button.addButton_78c0d95f{margin-right:4px}html[dir='rtl'] button.addButton_78c0d95f{margin-left:4px}button.addButton_78c0d95f:hover,button.addButton_78c0d95f:focus{background-color:" }, { "theme": "themeDark", "defaultValue": "#005a9e" }, { "rawString": "}button.addButton_78c0d95f:active{background-color:" }, { "theme": "themeDarker", "defaultValue": "#004578" }, { "rawString": "}button.addButton_78c0d95f:disabled{background-color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": "}button.overflowButton_78c0d95f{font-size:14px;color:" }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": ";background-color:" }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": "}html[dir='ltr'] button.overflowButton_78c0d95f{margin-left:4px}html[dir='rtl'] button.overflowButton_78c0d95f{margin-right:4px}button.descriptiveOverflowButton_78c0d95f{font-size:12px;color:" }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": ";background-color:" }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": "}html[dir='ltr'] button.descriptiveOverflowButton_78c0d95f{margin-left:4px}html[dir='rtl'] button.descriptiveOverflowButton_78c0d95f{margin-right:4px}.screenReaderOnly_78c0d95f{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}\n" }]);
exports.root = "root_78c0d95f";
exports.clear = "clear_78c0d95f";
exports.itemContainer = "itemContainer_78c0d95f";
exports.members = "members_78c0d95f";
exports.itemButton = "itemButton_78c0d95f";
exports.addButton = "addButton_78c0d95f";
exports.overflowButton = "overflowButton_78c0d95f";
exports.descriptiveOverflowButton = "descriptiveOverflowButton_78c0d95f";
exports.screenReaderOnly = "screenReaderOnly_78c0d95f";
});
//# sourceMappingURL=Facepile.scss.js.map