quickbuild
Version:
A mature, feature-complete application generator with an emphasis on speed
15 lines (11 loc) • 302 B
text/less
// Status Bar
// -------------------
// Located at the bottom.
// Displays information about the current editor.
// Overrides: atom/status-bar
.status-bar {
font-size: @font-size;
color: @text-color;
border-top: 1px solid @base-border-color;
background-color: @tree-view-background-color;
}