0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-12 13:12:46 +00:00
Files
homebrewery/client/tpk/tpk.less
2016-05-16 22:03:20 -04:00

19 lines
324 B
Plaintext

@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
height : 100%;
flex : auto;
}
}
}