mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-31 13:02:38 +00:00
Changed project structure to have the root page into main and subbed out the pages into their own folder
This commit is contained in:
31
shared/naturalcrit/splitPane/splitPane.less
Normal file
31
shared/naturalcrit/splitPane/splitPane.less
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
.splitPane{
|
||||
position : relative;
|
||||
display : flex;
|
||||
height : 100%;
|
||||
outline : none;
|
||||
flex-direction : row;
|
||||
.pane{
|
||||
overflow-x : hidden;
|
||||
flex : 1;
|
||||
}
|
||||
.divider{
|
||||
display : table;
|
||||
height : 100%;
|
||||
width : 12px;
|
||||
cursor : ew-resize;
|
||||
background-color : #bbb;
|
||||
text-align : center;
|
||||
.dots{
|
||||
display : table-cell;
|
||||
vertical-align : middle;
|
||||
text-align : center;
|
||||
i{
|
||||
display : block;
|
||||
margin : 10px 0px;
|
||||
font-size : 6px;
|
||||
color : #666;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user