0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 21:42:44 +00:00

Fixing main page, moving around styles

This commit is contained in:
Scott Tolksdorf
2016-05-14 11:49:39 -04:00
parent f29073e5ca
commit ca377a2861
15 changed files with 112 additions and 119 deletions

View File

@@ -1,9 +1,18 @@
/*
@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';
@font-face {
font-family : CodeLight;
src : url('/assets/naturalcrit/logo/CODE Light.otf');
}
@font-face {
font-family : CodeBold;
src : url('/assets/naturalcrit/logo/CODE Bold.otf');
}
html,body, #reactContainer{
min-height: 100vh;
height: 100vh;
@@ -11,6 +20,10 @@ html,body, #reactContainer{
font-family : 'Open Sans', sans-serif;
}
*/
@import 'naturalcrit/styles/core.less';
.main{
height : 100vh;
@@ -26,6 +39,15 @@ html,body, #reactContainer{
color : black;
svg{
fill : black;
height: .9em;
margin-right: .2em;
cursor: pointer;
}
.name{
font-family: 'CodeLight';
.crit{
font-family: 'CodeBold';
}
}
}
p{
@@ -38,7 +60,7 @@ html,body, #reactContainer{
.tools{
width : 100%;
text-align : center;
.toolContainer{
.tool{
.sequentialDelay(0.5s, 1s);
.fadeInDown(1s);
.keep();
@@ -46,10 +68,13 @@ html,body, #reactContainer{
cursor : pointer;
opacity : 0;
text-align : center;
border-right : 1px solid #333;
&:last-child{
border : none;
text-decoration: none;
color : black;
&+.tool{
border-left : 1px solid #333;
}
.content{
.addSketch(360px);
.animateAll(0.5s);