Refactored Terminal

pull/5677/head
Cagatay Civici 2024-04-08 14:41:22 +03:00
parent e7d63671f8
commit 3d3c90c2e5
2 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@ import BaseStyle from 'primevue/base/style';
const classes = {
root: 'p-terminal p-component',
content: 'p-terminal-content',
content: 'p-terminal-commands-container',
prompt: 'p-terminal-prompt',
command: 'p-terminal-command',
response: 'p-terminal-response',
command: 'p-terminal-command-value',
response: 'p-terminal-command-response',
container: 'p-terminal-prompt-container',
commandText: 'p-terminal-input'
};

View File

@ -35,7 +35,7 @@ export default {
display: none;
}
.p-terminal-response {
.p-terminal-command-response {
margin: 2px 0;
}
`