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 / src / components / molecules / NavBar / styled.js
Size: Mime:
"use strict";

var __importStar = this && this.__importStar || function (mod) {
  if (mod && mod.__esModule) return mod;
  var result = {};
  if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
  result["default"] = mod;
  return result;
};

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

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

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

const List_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