@atlaskit/atlassian-navigation
Version:
A horizontal navigation component for Atlassian apps.
12 lines (11 loc) • 542 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.actionSectionMobileCSS = void 0;
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
var _constants = require("./constants");
var actionSectionMobileCSS = exports.actionSectionMobileCSS = (0, _defineProperty2.default)({}, "@media (min-width: ".concat(_constants.CREATE_BREAKPOINT, "px)"), {
display: 'none !important'
});