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 / TabList / styled.js
Size: Mime:
"use strict";

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

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

const Button_1 = require("../../atoms/Button");

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

const ListWrapper = styleh_components_1.styled.ul`display:flex;margin:0;padding:0;flex-direction:column;`;
exports.ListWrapper = ListWrapper;
const ItemList = styleh_components_1.styled.li`list-style:none;margin-right:0.625rem;cursor:pointer;`;
exports.ItemList = ItemList;
const ListItem = styleh_components_1.styled.li`display:inline-flex;margin-right:0.625rem;`;
exports.ListItem = ListItem;
const StyledButton = styleh_components_1.styled.withComponent(Button_1.Button)``;
exports.StyledButton = StyledButton;
const NavSeparatorIcon = styleh_components_1.styled.withComponent(SeparatorIcon_1.SeparatorIcon)`margin:0 8px;&:last-child{display:none;}`;
exports.NavSeparatorIcon = NavSeparatorIcon; //# sourceMappingURL=styled.js.map