0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 18:22:42 +00:00
Files
homebrewery/client/homebrew/splitPane/splitPane.less
2016-05-04 02:13:11 -04:00

17 lines
282 B
Plaintext

.splitPane{
position : relative;
display : flex;
height : 100%;
outline : none;
flex-direction : row;
.pane{
flex : 1;
overflow-x: hidden;
}
.divider{
width : 5px;
cursor : ew-resize;
background-color : black;
}
}