You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
340 B
22 lines
340 B
.p-terminal {
|
|
height: 18rem;
|
|
overflow: auto;
|
|
}
|
|
|
|
.p-terminal-prompt-container {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.p-terminal-input {
|
|
flex: 1 1 auto;
|
|
border: 0 none;
|
|
background-color: transparent;
|
|
color: inherit;
|
|
padding: 0;
|
|
outline: 0 none;
|
|
}
|
|
|
|
.p-terminal-input::-ms-clear {
|
|
display: none;
|
|
}
|