Repository URL to install this package:
|
Version:
2.0.17 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const ToggleList_1 = require("@skava/ui/dist/components/molecules/ToggleList");
const StyledInput = styleh_components_1.styled.input`width:8.125rem;height:2.625rem;margin-left:1rem;border-radius:0.25rem;border:0.0625rem solid #cccccc;`;
exports.StyledInput = StyledInput;
const StyledToggleList = styleh_components_1.styled.withComponent(ToggleList_1.ToggleList)`${ToggleList_1.ToggleContentWrapper}{flex-direction:column;}${ToggleList_1.ToggleItemWrapper}{margin-bottom:1.75rem;&:last-child{margin-bottom:0;}}${ToggleList_1.Header}{font-size:1.25rem;color:var(--color-black);text-transform:capitalize;}`;
exports.StyledToggleList = StyledToggleList;