Refactored Terminal
parent
e7d63671f8
commit
3d3c90c2e5
|
@ -2,10 +2,10 @@ import BaseStyle from 'primevue/base/style';
|
||||||
|
|
||||||
const classes = {
|
const classes = {
|
||||||
root: 'p-terminal p-component',
|
root: 'p-terminal p-component',
|
||||||
content: 'p-terminal-content',
|
content: 'p-terminal-commands-container',
|
||||||
prompt: 'p-terminal-prompt',
|
prompt: 'p-terminal-prompt',
|
||||||
command: 'p-terminal-command',
|
command: 'p-terminal-command-value',
|
||||||
response: 'p-terminal-response',
|
response: 'p-terminal-command-response',
|
||||||
container: 'p-terminal-prompt-container',
|
container: 'p-terminal-prompt-container',
|
||||||
commandText: 'p-terminal-input'
|
commandText: 'p-terminal-input'
|
||||||
};
|
};
|
||||||
|
|
|
@ -35,7 +35,7 @@ export default {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-terminal-response {
|
.p-terminal-command-response {
|
||||||
margin: 2px 0;
|
margin: 2px 0;
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in New Issue