0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 20:22:42 +00:00
Files
homebrewery/client/homebrew/homebrew.less

34 lines
578 B
Plaintext

@import 'naturalcrit/styles/reset.less';
//@import 'naturalcrit/styles/elements.less';
@import 'naturalcrit/styles/animations.less';
@import 'naturalcrit/styles/colors.less';
@import 'naturalcrit/styles/tooltip.less';
html,body, #reactContainer{
min-height: 100vh;
height: 100vh;
margin: 0;
font-family : 'Open Sans', sans-serif;
}
.homebrew{
background-color: @steel;
height: 100%;
.page{
height : 100%;
display: flex;
flex-direction: column;
.content{
flex: auto;
position: relative;
height: calc(~"100% - 29px"); //Navbar height
}
}
}