@actinc/dls
Version:
Design Language System (DLS) for ACT & Encoura front-end projects.
35 lines • 1.05 kB
JavaScript
/**
* Copyright (c) ACT, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @prettier
*/
var _a;
/* eslint-disable import/prefer-default-export */
import InputLabel, { inputLabelClasses } from '@mui/material/InputLabel';
import { styled } from "../../helpers/styled";
export var StyledInputLabel = styled(InputLabel)((_a = {},
_a["&.".concat(inputLabelClasses.root)] = {
'& .label-help': {
'& .MuiSvgIcon-root': {
height: '.825em',
marginLeft: '.1em',
width: '.825em',
},
alignItems: 'flex-end',
display: 'flex',
},
'& .label-split': {
'& > .required': {
fontSize: '.875rem',
},
alignItems: 'center',
display: 'flex',
justifyContent: 'space-between',
},
position: 'relative',
},
_a));
//# sourceMappingURL=styles.js.map