mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 13:40:13 +01:00
CSS update
Made the site look closer to the mock-up
This commit is contained in:
@@ -1,6 +1,21 @@
|
||||
.button {
|
||||
border-radius: 4px;
|
||||
background-color: #f4511e;
|
||||
body {
|
||||
color: #2898BD;
|
||||
}
|
||||
.input-field {
|
||||
border-radius: 10px;
|
||||
padding: 10px;
|
||||
border: 2px solid #2898BD;
|
||||
box-shadow: none;
|
||||
}
|
||||
.input-field:focus {
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
border: 3px solid #2898BD;
|
||||
}
|
||||
|
||||
.button {
|
||||
border-radius: 30px;
|
||||
background-color: #2898BD;
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
font-size: 28px;
|
||||
|
||||
Reference in New Issue
Block a user