2 @import "ui-variables";
7 background-color: lighten(@app-background-color, 3%);
10 background-color: @app-background-color;
14 atom-pane-axis.horizontal > * {
15 border-right: 1px solid @pane-item-border-color;
16 &:last-child { border-right: none; }
19 atom-pane-axis.vertical > * {
20 border-bottom: 1px solid @pane-item-border-color;
21 &:last-child { border-bottom: none; }