office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
14 lines • 3.38 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_ac5547d4{margin:23px 0 1px}.list_ac5547d4{white-space:nowrap;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.chevron_ac5547d4{font-size:12px;color:" }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": "}@media screen and (-ms-high-contrast: active){.chevron_ac5547d4{color:WindowText;-ms-high-contrast-adjust:none}}.listItem_ac5547d4{list-style-type:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.listItem_ac5547d4:last-of-type .chevron_ac5547d4{display:none}.listItem_ac5547d4 .item_ac5547d4,.listItem_ac5547d4 .itemLink_ac5547d4{font-size:21px;font-weight:100;color:" }, { "theme": "bodyText", "defaultValue": "#333333" }, { "rawString": ";padding:0 8px;max-width:160px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.overflow_ac5547d4{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.overflowButton_ac5547d4{font-size:16px;height:100%}.overflowButton_ac5547d4:hover{cursor:pointer;background-color:" }, { "theme": "neutralLighter", "defaultValue": "#f4f4f4" }, { "rawString": "}.overflowButton_ac5547d4:active{background-color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": ";color:" }, { "theme": "bodyText", "defaultValue": "#333333" }, { "rawString": "}.overflowButton_ac5547d4:active:hover{background-color:" }, { "theme": "neutralQuaternary", "defaultValue": "#d0d0d0" }, { "rawString": "}.item_ac5547d4:hover{cursor:default}.root_ac5547d4 .itemLink_ac5547d4:hover{background-color:" }, { "theme": "menuItemBackgroundHovered", "defaultValue": "#f8f8f8" }, { "rawString": ";color:initial;cursor:pointer}.root_ac5547d4 .itemLink_ac5547d4:focus{color:" }, { "theme": "neutralDark", "defaultValue": "#212121" }, { "rawString": "}.root_ac5547d4 .itemLink_ac5547d4:active{outline:transparent;background-color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": ";color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": "}.itemLink_ac5547d4,.overflowButton_ac5547d4{text-decoration:none;outline:transparent}@media screen and (max-width: 639px){.listItem_ac5547d4 .itemLink_ac5547d4{font-size:17px}.chevron_ac5547d4{font-size:8px}.overflowButton_ac5547d4{font-size:15px}}@media screen and (max-width: 479px){.listItem_ac5547d4 .itemLink_ac5547d4{font-size:14px}.chevron_ac5547d4{font-size:8px}.listItem_ac5547d4 .itemLink_ac5547d4{max-width:116px}.overflowButton_ac5547d4{padding:4px 6px}}\n" }]);
exports.root = "root_ac5547d4";
exports.list = "list_ac5547d4";
exports.chevron = "chevron_ac5547d4";
exports.listItem = "listItem_ac5547d4";
exports.item = "item_ac5547d4";
exports.itemLink = "itemLink_ac5547d4";
exports.overflow = "overflow_ac5547d4";
exports.overflowButton = "overflowButton_ac5547d4";
});
//# sourceMappingURL=Breadcrumb.scss.js.map