mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
15 lines
214 B
CSS
15 lines
214 B
CSS
.command-panel {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background: #515151;
|
|
padding: 3px;
|
|
display: -webkit-box;
|
|
}
|
|
|
|
.command-panel .prompt {
|
|
color: white;
|
|
font-weight: bold;
|
|
padding: .2em;
|
|
}
|