mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactored Terminal
This commit is contained in:
parent
e7d63671f8
commit
3d3c90c2e5
2 changed files with 4 additions and 4 deletions
|
@ -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'
|
||||
};
|
||||
|
|
|
@ -35,7 +35,7 @@ export default {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.p-terminal-response {
|
||||
.p-terminal-command-response {
|
||||
margin: 2px 0;
|
||||
}
|
||||
`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue