mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
16 lines
211 B
CSS
16 lines
211 B
CSS
.command-panel {
|
|
position: absolute;
|
|
bottom: 0;
|
|
background: #515151;
|
|
display: -webkit-box;
|
|
padding: 3px;
|
|
}
|
|
|
|
.command-panel .prompt {
|
|
color: white;
|
|
}
|
|
|
|
.command-panel .editor {
|
|
-webkit-box-flex: 1
|
|
}
|