LANCommander/LANCommander.Client/Styles/_split-pane.scss

21 lines
284 B
SCSS
Raw Permalink Normal View History

2024-06-01 01:12:36 -05:00
.split-pane {
display: flex;
flex-direction: row;
.pane {
overflow-x: scroll;
2024-06-04 22:22:46 -05:00
position: relative;
}
.gutter {
&-vertical {
cursor: ns-resize;
}
&-horizontal {
cursor: ew-resize;
}
2024-06-01 01:12:36 -05:00
}
}