Skip to content

Commit

Permalink
Fixes: gitcoinco#685
Browse files Browse the repository at this point in the history
  • Loading branch information
willsputra committed Apr 2, 2018
1 parent 6101b6b commit a4f4cfa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions app/assets/v2/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1137,12 +1137,13 @@ input.is-invalid {
border-radius: 4px;
text-transform: uppercase;;
font-size: 14px;
padding: 2px 7px;
padding: 4px 7px;
font-weight: 100;
font-family: 'Muli', sans-serif;
letter-spacing: 0.15em;
margin: 5px;
vertical-align: 0.25rem;
margin-left: 5px;
vertical-align: top;
display: inline-block;
}
@media (max-width: 1350px) {
.profile_details .tips li div.details,
Expand Down
11 changes: 6 additions & 5 deletions app/assets/yge/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ body {
border-radius: 4px;
text-transform: uppercase;;
font-size: 14px;
padding: 2px 7px;
font-weight: 100;
font-family: 'Muli', sans-serif;
padding: 4px 7px;
font-weight: 100;
font-family: 'Muli', sans-serif;
letter-spacing: 0.15em;
margin: 5px;
vertical-align: 0.25rem;
margin-left: 5px;
vertical-align: top;
display: inline-block;
}
#yge.receive,
#yge.send {
Expand Down

0 comments on commit a4f4cfa

Please sign in to comment.