primevue-mirror/components/lib/themes/lara/terminal/index.js

17 lines
412 B
JavaScript
Raw Normal View History

2024-05-05 20:35:38 +00:00
export default {
root: {
background: '{form.field.background}',
borderColor: '{form.field.border.color}',
2024-05-09 19:36:40 +00:00
color: '{form.field.color}',
height: '18rem',
padding: '{form.field.padding.y} {form.field.padding.x}',
borderRadius: '{form.field.border.radius}'
},
prompt: {
gap: '0.25rem'
},
commandResponse: {
margin: '2px 0'
2024-05-05 20:35:38 +00:00
}
};