mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 06:42:45 +00:00
14 lines
324 B
Plaintext
14 lines
324 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: 100%;
|
|
}
|
|
|
|
.homebrew{
|
|
background-color: @steel;
|
|
height : 100%;
|
|
} |