UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

13 lines 1.59 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": ".customButtonContainer_42a4f5cf{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.icon_42a4f5cf{display:inline-block;font-family:\"FabricMDL2Icons\";font-style:normal;font-weight:normal;speak:none;font-size:14px;position:relative}.themeDarkAltColor_42a4f5cf{color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": "}.leftText_42a4f5cf{margin-left:6px;font-size:14px;font-weight:400;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": "}.splitter_42a4f5cf{font-size:14px;font-weight:400;color:" }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": ";background:transparent;position:relative;top:-2px;height:40px}@media screen and (-ms-high-contrast: active){.splitter_42a4f5cf{display:none}}.button_42a4f5cf.ms-Button{height:40px;min-width:28px;padding:0 5px}.button_42a4f5cf:hover{background:initial}.darkerBG_42a4f5cf{background:#d0d0d0}\n" }]); exports.customButtonContainer = "customButtonContainer_42a4f5cf"; exports.icon = "icon_42a4f5cf"; exports.themeDarkAltColor = "themeDarkAltColor_42a4f5cf"; exports.leftText = "leftText_42a4f5cf"; exports.splitter = "splitter_42a4f5cf"; exports.button = "button_42a4f5cf"; exports.darkerBG = "darkerBG_42a4f5cf"; //# sourceMappingURL=CommandBar.Example.scss.js.map