1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-10 09:24:21 +01:00
solarized-dark-ui/styles/panes.less
2015-05-20 20:33:14 -04:00

30 lines
591 B
Plaintext

@import "ui-mixins";
@import "ui-variables";
@import "buttons";
.pane-item {
.panel {
border-color: fadeout(@inset-panel-border-color, 30%);
}
}
atom-pane-container {
atom-pane {
background-color: lighten(@app-background-color, 4%);
&:focus {
background-color: @app-background-color;
}
}
.atom-pane-axis.horizontal > * {
border-right: 1px solid @pane-item-border-color;
&:last-child { border-right: none; }
}
.atom-pane-axis.vertical > * {
border-bottom: 1px solid @pane-item-border-color;
&:last-child { border-bottom: none; }
}
}