Files
atom/static/status-bar.css
Corey Johnson bef4f9aaa5 💄
2012-11-02 16:09:02 -07:00

40 lines
581 B
CSS

.status-bar {
background: black;
color: white;
padding: 5px;
position: relative;
}
.status-bar .file-info {
float: left;
display: inline-block;
}
.status-bar .cursor-position {
position: absolute;
right: 5px;
top: 5px;
}
.status-bar .modified-status-icon {
color: #6C6912;
padding-right: 5px;
}
.status-bar .new-status-icon {
color: #269F81;
padding-right: 5px;
}
.status-bar .octicons {
font-family: 'Octicons Regular';
font-size: 14px;
width: 14px;
height: 14px;
}
.status-bar .branch-label {
padding-left: 5px;
padding-right: 10px;
}