UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian products.

8 lines 416 B
import _defineProperty from "@babel/runtime/helpers/defineProperty"; import { CREATE_BREAKPOINT } from './constants'; export var actionSectionDesktopCSS = _defineProperty({}, "@media (max-width: ".concat(CREATE_BREAKPOINT - 1, "px)"), { display: 'none !important' }); export var actionSectionMobileCSS = _defineProperty({}, "@media (min-width: ".concat(CREATE_BREAKPOINT, "px)"), { display: 'none !important' });