libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/custom/styles.ts (26 lines of code) (raw):
import { makeStyles } from '@fluentui/react-components';
export const useStyles = makeStyles({
subscriptionCombobox: {
width: '100%',
overflow: 'hidden',
},
openAIContainer: {
width: '100%',
overflow: 'hidden',
display: 'flex',
flexDirection: 'row',
},
openAICombobox: {
width: '100%',
overflow: 'hidden',
},
createNewButton: {
float: 'right',
fontSize: '12px',
fontStyle: 'italic',
paddingRight: '4px',
},
comboxbox: {
width: '98%',
},
});