Repository URL to install this package:
|
Version:
2.0.2 ▾
|
"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