mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 00:52:48 +00:00
17 lines
373 B
Plaintext
17 lines
373 B
Plaintext
@import 'naturalcrit/styles/core.less';
|
|
.homebrew{
|
|
height : 100%;
|
|
|
|
//TODO: Consider making backgroudn color lighter
|
|
background-color : @steel;
|
|
.page{
|
|
display : flex;
|
|
height : 100%;
|
|
flex-direction : column;
|
|
.content{
|
|
position : relative;
|
|
height : calc(~"100% - 29px"); //Navbar height
|
|
flex : auto;
|
|
}
|
|
}
|
|
} |