mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 20:22:42 +00:00
35 lines
583 B
Plaintext
35 lines
583 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;
|
|
//overflow: hidden;
|
|
}
|
|
|
|
.homebrew{
|
|
background-color: @steel;
|
|
|
|
height: 100%;
|
|
|
|
.page{
|
|
height : 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
|
|
.content{
|
|
flex: auto;
|
|
position: relative;
|
|
height: calc(~"100% - 29px");
|
|
}
|
|
}
|
|
|
|
|
|
|
|
} |