0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-15 08:22:43 +00:00

Built a new pane split component

This commit is contained in:
Scott Tolksdorf
2016-05-04 01:19:33 -04:00
parent e6a747210e
commit 75fb606097
9 changed files with 204 additions and 19 deletions

View File

@@ -5,13 +5,61 @@
@import 'naturalCrit/styles/tooltip.less';
html,body, #reactContainer{
min-height: 100%;
min-height: 100vh;
height: 100vh;
margin: 0;
font-family : 'Open Sans', sans-serif;
//overflow: hidden;
}
.homebrew{
background-color: @steel;
height : 100%;
height: 100%;
.page{
height : 100%;
display: flex;
flex-direction: column;
nav{
//height : 22px;
}
.content{
background-color: red;
flex: auto;
//position: relative;
.woo{
background-color: @red;
}
.cool{
background-color: @green;
height : 500px;
}
.temp{
flex: auto;
overflow-y: scroll;
.woo{
width: 50px;
height : 2000px;
background-color: green;
}
}
}
}
.paneSplit{
width : 100%;