0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 11:22:40 +00:00

Main page is fixed, figured out svgs, and cleaned up the core styles

This commit is contained in:
Scott Tolksdorf
2016-05-14 12:09:08 -04:00
parent ca377a2861
commit b464de69e3
6 changed files with 63 additions and 133 deletions

View File

@@ -1,15 +1,4 @@
@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{
height : 100vh;
min-height : 100vh;
margin : 0;
font-family : 'Open Sans', sans-serif;
}
@import 'naturalcrit/styles/core.less';
.homebrew{
height : 100%;
background-color : @steel;