UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

11 lines 1.5 kB
/* tslint:disable */ import { loadStyles } from '@microsoft/load-themed-styles'; loadStyles([{ "rawString": ".customButtonContainer_f8070fcf{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.icon_f8070fcf{display:inline-block;font-family:\"FabricMDL2Icons\";font-style:normal;font-weight:normal;speak:none;font-size:14px;position:relative}.themeDarkAltColor_f8070fcf{color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": "}.leftText_f8070fcf{margin-left:6px;font-size:14px;font-weight:400;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": "}.splitter_f8070fcf{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_f8070fcf{display:none}}.button_f8070fcf.ms-Button{height:40px;min-width:28px;padding:0 5px}.button_f8070fcf:hover{background:initial}.darkerBG_f8070fcf{background:#d0d0d0}\n" }]); export var customButtonContainer = "customButtonContainer_f8070fcf"; export var icon = "icon_f8070fcf"; export var themeDarkAltColor = "themeDarkAltColor_f8070fcf"; export var leftText = "leftText_f8070fcf"; export var splitter = "splitter_f8070fcf"; export var button = "button_f8070fcf"; export var darkerBG = "darkerBG_f8070fcf"; //# sourceMappingURL=CommandBar.Example.scss.js.map