Skip to content

Commit

Permalink
Merge branch 'develop' into ui/create-wallet-security-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hsurf22 committed Aug 13, 2018
2 parents ea56749 + 22ff708 commit 9269435
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"selenium-server": "^3.13.0",
"semver": "^5.3.0",
"shelljs": "^0.8.2",
"style-loader": "^0.21.0",
"style-loader": "^0.22.1",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.0.1",
"uuid": "^3.3.2",
Expand Down
1 change: 1 addition & 0 deletions src/containers/FooterContainer/FooterContainer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ a:active {
p {
color: $text--footer-link-color;
}

span {
color: $white;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
}
} // .send-form


.send-form-small-top-margin {
padding-top: 10px;
}
Expand Down

1 comment on commit 9269435

@mew-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.