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

30 lines
591 B
Plaintext
Raw Normal View History

2013-09-12 23:53:25 +02:00
@import "ui-mixins";
@import "ui-variables";
@import "buttons";
.pane-item {
.panel {
border-color: fadeout(@inset-panel-border-color, 30%);
}
}
2015-02-05 21:31:07 +01:00
atom-pane-container {
atom-pane {
background-color: lighten(@app-background-color, 4%);
&:focus {
background-color: @app-background-color;
}
}
2015-02-05 21:31:07 +01:00
.atom-pane-axis.horizontal > * {
2013-09-12 23:53:25 +02:00
border-right: 1px solid @pane-item-border-color;
&:last-child { border-right: none; }
}
2015-02-05 21:31:07 +01:00
.atom-pane-axis.vertical > * {
border-bottom: 1px solid @pane-item-border-color;
&:last-child { border-bottom: none; }
}
2013-09-12 23:53:25 +02:00
}