flexible prompt
This commit is contained in:
parent
86b534b1e1
commit
cb4b26e03f
2 changed files with 19 additions and 3 deletions
|
@ -85,11 +85,17 @@ body {
|
|||
display: flex;
|
||||
|
||||
&-prompt:before {
|
||||
content: ':';
|
||||
|
||||
@include consoole-font;
|
||||
}
|
||||
|
||||
&-prompt.prompt-command:before {
|
||||
content: ':';
|
||||
}
|
||||
|
||||
&-prompt.prompt-find:before {
|
||||
content: '/';
|
||||
}
|
||||
|
||||
&-input {
|
||||
border: none;
|
||||
flex-grow: 1;
|
||||
|
|
Reference in a new issue