mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 20:33:51 +00:00
17 lines
327 B
Plaintext
17 lines
327 B
Plaintext
|
|
@import 'naturalcrit/styles/core.less';
|
|
.homebrew{
|
|
height : 100%;
|
|
.page{
|
|
display : flex;
|
|
height : 100%;
|
|
background-color : @steel;
|
|
flex-direction : column;
|
|
.content{
|
|
position : relative;
|
|
height : calc(~"100% - 29px"); //Navbar height
|
|
flex : auto;
|
|
}
|
|
}
|
|
}
|