UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian products.

17 lines (16 loc) 829 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.actionSectionMobileCSS = exports.actionSectionDesktopCSS = void 0; var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty")); var _constants = require("./constants"); var actionSectionDesktopCSS = (0, _defineProperty2.default)({}, "@media (max-width: ".concat(_constants.CREATE_BREAKPOINT - 1, "px)"), { display: 'none !important' }); exports.actionSectionDesktopCSS = actionSectionDesktopCSS; var actionSectionMobileCSS = (0, _defineProperty2.default)({}, "@media (min-width: ".concat(_constants.CREATE_BREAKPOINT, "px)"), { display: 'none !important' }); exports.actionSectionMobileCSS = actionSectionMobileCSS;