office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
11 lines • 1.5 kB
JavaScript
/* tslint:disable */
import { loadStyles } from '@microsoft/load-themed-styles';
loadStyles([{ "rawString": ".customButtonContainer_5ef2e272{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.icon_5ef2e272{display:inline-block;font-family:\"FabricMDL2Icons\";font-style:normal;font-weight:normal;speak:none;font-size:14px;position:relative}.themeDarkAltColor_5ef2e272{color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": "}.leftText_5ef2e272{margin-left:6px;font-size:14px;font-weight:400;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": "}.splitter_5ef2e272{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_5ef2e272{display:none}}.button_5ef2e272.ms-Button{height:40px;min-width:28px;padding:0 5px}.button_5ef2e272:hover{background:initial}.darkerBG_5ef2e272{background:#d0d0d0}\n" }]);
export var customButtonContainer = "customButtonContainer_5ef2e272";
export var icon = "icon_5ef2e272";
export var themeDarkAltColor = "themeDarkAltColor_5ef2e272";
export var leftText = "leftText_5ef2e272";
export var splitter = "splitter_5ef2e272";
export var button = "button_5ef2e272";
export var darkerBG = "darkerBG_5ef2e272";
//# sourceMappingURL=CommandBar.Example.scss.js.map