flexible prompt

This commit is contained in:
Shin'ya Ueoka 2017-11-06 19:47:58 +09:00
parent 86b534b1e1
commit cb4b26e03f
2 changed files with 19 additions and 3 deletions

View file

@ -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;