1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2026-01-06 19:09:15 +00:00
Files
homebrewery/client/tpk/tpk.less
Scott Tolksdorf 7321cc81ec It livesssssssss
2016-05-16 21:51:48 -04:00

16 lines
302 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
flex : auto;
}
}
}