Repository URL to install this package:
|
Version:
2.3.2 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
exports.StyledList = styleh_components_1.styled.ul``;
exports.StyledItem = styleh_components_1.styled.li``;
exports.StyledInput = styleh_components_1.styled.input`font-size:1.5rem;line-height:1.2;width:90%;padding:5;background-color:#fafafa;`;
exports.StyledInputSection = styleh_components_1.styled.section``;
exports.StyledInputLabel = styleh_components_1.styled.p``;
exports.StyledTab = styleh_components_1.styled.li`flex:1;text-align:center;padding:auto;background-color:#eee;color:black;border-radius:3;font-size:1.2rem;padding-top:40;${props => props.isActive && styleh_components_1.styled.css`background-color:tomato;color:#fff;`};`;
exports.StyledTabList = styleh_components_1.styled.ul`padding:0;list-style:none;display:flex;height:100px;`; //# sourceMappingURL=styled.js.map