mirror of
https://github.com/seigler/govobject-proposal
synced 2025-07-28 07:16:10 +00:00
adds dash logo, styles header, sync with design
This commit is contained in:
parent
2a65924dff
commit
1b64cd2789
3 changed files with 38 additions and 5 deletions
|
@ -10,7 +10,24 @@ textarea {
|
|||
|
||||
}
|
||||
|
||||
i.fa {
|
||||
font-size: 1.5em;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.header_title {
|
||||
color: rgb(30, 115, 190);
|
||||
font-weight: 600;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.header_description {
|
||||
margin: 1% 0% 5% 0%;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.proposalBlock {
|
||||
margin-top: 6%;
|
||||
padding: 7%;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0px 17px 24px 0px rgba(0, 0, 0, 0.16);
|
||||
|
@ -40,6 +57,12 @@ textarea {
|
|||
margin-top:1em;
|
||||
}
|
||||
|
||||
#lang_box {
|
||||
width: 82px;
|
||||
position: relative;
|
||||
top: -4px;
|
||||
}
|
||||
|
||||
#payment_amount {
|
||||
display: inline-block;
|
||||
width: 20%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue