mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 02:22:49 +00:00
15 lines
369 B
Plaintext
15 lines
369 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%;
|
|
font-family : 'Open Sans', sans-serif;
|
|
}
|
|
|
|
.homebrew{
|
|
background-color: @steel;
|
|
height : 100%;
|
|
} |