Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / components / molecules / NavBar / styled.js
Size: Mime:
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});

const tslib_1 = require("tslib");

const styleh_components_1 = require("styleh-components");

const SeparatorIcon_1 = require("../../atoms/Icons/SeparatorIcon");

const List_1 = tslib_1.__importStar(require("../List"));

const NavMenuList = styleh_components_1.styled.withComponent(List_1.default)`display:flex;flex-direction:row;${List_1.ItemPanel}{margin-left:15px;display:flex;align-items:center;}${List_1.ItemPanel}:last-child{margin-right:0px;}`;
exports.NavMenuList = NavMenuList;
const NavSeparatorIcon = styleh_components_1.styled.withComponent(SeparatorIcon_1.SeparatorIcon)`margin-left:15px;`;
exports.NavSeparatorIcon = NavSeparatorIcon; //# sourceMappingURL=styled.js.map