Repository URL to install this package:
|
Version:
0.9.5 ▾
|
"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 view_container_1 = require("view-container");
const Button_1 = __importStar(require("atoms/Button"));
const NavListButtonWrapper = view_container_1.styled.ul `
list-style: none;
padding: 0;
margin: 0;
`;
exports.NavListButtonWrapper = NavListButtonWrapper;
const NavListButtonPanel = view_container_1.styled.li ``;
exports.NavListButtonPanel = NavListButtonPanel;
const NavListStyledButton = view_container_1.styled.withComponent(Button_1.default) `
width: 100%;
justify-content: left;
background-color: #F5F5F5;
border: 0px solid #fff;
position: relative;
${Button_1.ButtonIcon} {
position: absolute;
right: 20px;
margin: 0;
}
${Button_1.ButtonLabel} {
text-transform: capitalize;
}
`;
exports.NavListStyledButton = NavListStyledButton;
//# sourceMappingURL=styled.js.map