Skip to content

Commit

Permalink
fix(#send-payment-confirmation): Fixed styling of the confirmation di…
Browse files Browse the repository at this point in the history
…alog on SEND WAVES.
  • Loading branch information
supereth committed Nov 22, 2016
1 parent 02ad1bf commit 6080f2a
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/css/style.css
Expand Up @@ -931,14 +931,32 @@ span.tabs-radio img.selected {

#send-payment-confirmation {
text-align: center;
padding-bottom: 2rem;
}

#send-payment-confirmation p {
padding-left: 2rem;
padding-right: 2rem;
padding-bottom: 1rem;
}

#send-payment-confirmation button {
border: 1px solid #37556E;
color: #37556E;
}

#send-payment-confirmation button:hover {
background: #37556E;
color: #ffffff;
}

#send-confirm {
width: auto;
}

.confirmation-value {
font-weight: 600;
font-family: 'Sparta';
/* font-weight: 600;*/
}


Expand Down

0 comments on commit 6080f2a

Please sign in to comment.