Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
Up[date styling for passwordHint (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Dec 6, 2017
1 parent 9689b3d commit a1975d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Form/InputAddress/inputAddress.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

[data-address-img] {
position: absolute;
bottom: 0;
bottom: 1px;
left: 8px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Signer/ConfirmViaKey/confirmViaKey.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

.passwordHint {
font-size: 0.75em;
color: rgba(255, 255, 255, 0.5);
color: #aaa;
margin-bottom: 0.75em;
}

Expand Down
2 changes: 1 addition & 1 deletion src/Signer/ConfirmViaPassword/confirmViaPassword.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

.passwordHint {
font-size: 0.75em;
color: rgba(255, 255, 255, 0.5);
color: #aaa;
margin-bottom: 0.75em;
}

Expand Down
2 changes: 1 addition & 1 deletion src/Signer/ConfirmViaQr/confirmViaQr.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

.passwordHint {
font-size: 0.75em;
color: rgba(255, 255, 255, 0.5);
color: #aaa;
margin-bottom: 0.75em;
}

Expand Down

0 comments on commit a1975d9

Please sign in to comment.