mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 18:02:42 +00:00
18 lines
352 B
Plaintext
18 lines
352 B
Plaintext
|
|
@import 'naturalcrit/styles/core.less';
|
|
.homebrew{
|
|
height : 100%;
|
|
.page{
|
|
display : flex;
|
|
height : 100%;
|
|
background-color : @steel;
|
|
flex-direction : column;
|
|
.content{
|
|
position : relative;
|
|
overflow-y : hidden;
|
|
height : calc(~"100% - 29px"); //Navbar height
|
|
flex : auto;
|
|
}
|
|
}
|
|
}
|