logo + new button style + join-page
This commit is contained in:
parent
dd7aee0379
commit
b82c72a539
4 changed files with 60 additions and 22 deletions
14
css/main.css
14
css/main.css
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue