mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-10 09:24:21 +01:00
17 lines
279 B
Plaintext
17 lines
279 B
Plaintext
@import "ui-mixins";
|
|
@import "ui-variables";
|
|
@import "buttons";
|
|
|
|
.pane-item {
|
|
.panel {
|
|
border-color: fadeout(@inset-panel-border-color, 30%);
|
|
}
|
|
}
|
|
|
|
#panes {
|
|
.row .pane {
|
|
border-right: 1px solid @pane-item-border-color;
|
|
&:last-child { border-right: none; }
|
|
}
|
|
}
|