0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 02:14:39 +00:00

It livesssssssss

This commit is contained in:
Scott Tolksdorf
2016-05-16 21:51:48 -04:00
parent ba6ba0e51f
commit 7321cc81ec
4 changed files with 70 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
.COM{
@import 'naturalcrit/styles/core.less';
.tpk{
height : 100%;
background-color : @steel;
.page{
display : flex;
height : 100%;
flex-direction : column;
.content{
position : relative;
height : calc(~"100% - 29px"); //Navbar height
flex : auto;
}
}
}