|
|
@ -3,29 +3,39 @@ html, body, * { |
|
|
|
padding: 0; |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body { |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
bottom: 0; |
|
|
|
|
|
|
|
left: 0; |
|
|
|
|
|
|
|
right: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.vimvixen-command-line { |
|
|
|
.vimvixen-command-line { |
|
|
|
border-top: 1px solid gray; |
|
|
|
border-top: 1px solid gray; |
|
|
|
bottom: 0; |
|
|
|
bottom: 0; |
|
|
|
margin: 0; |
|
|
|
margin: 0; |
|
|
|
padding: 0; |
|
|
|
padding: 0; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@mixin input-style { |
|
|
|
|
|
|
|
font-style: normal; |
|
|
|
|
|
|
|
font-family: monospace; |
|
|
|
|
|
|
|
font-size: 12px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&-title { |
|
|
|
&-title { |
|
|
|
background-color: lightgray; |
|
|
|
background-color: lightgray; |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
margin: 0; |
|
|
|
margin: 0; |
|
|
|
padding: 0; |
|
|
|
padding: 0; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@include input-style; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&-line { |
|
|
|
&-line { |
|
|
|
background-color: white; |
|
|
|
background-color: white; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
|
|
|
|
@mixin input-style { |
|
|
|
|
|
|
|
font-style: normal; |
|
|
|
|
|
|
|
font-family: monospace; |
|
|
|
|
|
|
|
font-size: 12px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&-prompt:before { |
|
|
|
&-prompt:before { |
|
|
|
content: ':'; |
|
|
|
content: ':'; |
|
|
|
|
|
|
|
|
|
|
|