1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/feature/FeatureStrategy/FeatureStrategyEmpty/FeatureStrategyEmpty.styles.ts

15 lines
282 B
TypeScript
Raw Normal View History

import { makeStyles } from 'tss-react/mui';
export const useStyles = makeStyles()(theme => ({
noItemsParagraph: {
margin: '1rem 0',
},
link: {
display: 'block',
margin: '1rem 0 0 0',
},
envName: {
fontWeight: 'bold',
},
}));