Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1503 from blockchain/com-migration
Browse files Browse the repository at this point in the history
Migration -> .com 2
  • Loading branch information
plondon committed Jun 19, 2018
2 parents 8515c89 + b9c87ce commit 1cd3354
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/partials/public.pug
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
include ./bc-logo-header
.banners-container
testnet-warning
block-alert.public-block-alert-overrides(ng-if="showPublicBanner" config="publicBannerConfig")
block-alert.public-block-alert-overrides.hidden-xs(ng-if="showPublicBanner" config="publicBannerConfig")
maintenance-warning
.overflow-scroll.flex-justify.flex-center
.flex-center.flex-justify.flex-column
Expand Down
3 changes: 3 additions & 0 deletions assets/css/modules/_signin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ div.login-form {
.banners-container {
top: 100px;
position: relative;
@media (max-height: 700px) {
top: 0px;
}
}
.public-block-alert-overrides {
.block-alert {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-blockchain-wallet",
"version": "1.35.7",
"version": "1.35.8",
"description": "AngularJS front-end to My-Wallet-V3.",
"dependencies": {
"@uirouter/angularjs": "^1.0.3",
Expand Down

0 comments on commit 1cd3354

Please sign in to comment.