logo + new button style + join-page

This commit is contained in:
Bechi 2014-03-31 18:06:44 -03:00
commit b82c72a539
4 changed files with 60 additions and 22 deletions

View file

@ -38,7 +38,7 @@ body {
}
.header-content {
padding: 1.5rem;
padding: 1.5rem 3rem 1.5rem 0;
overflow: hidden;
}
@ -46,6 +46,18 @@ body {
color: #fff;
}
.panel {
background: #FFFFFF;
padding: 0.25rem 1rem;
}
button.primary { background-color: #111; }
button.secondary { background-color: #FAE448 !important; }
button.primary:hover { background-color: #333;}
button.secondary:hover { background-color: #D7C020 !important;}
.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }