This repository has been archived by the owner on Oct 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Testnet): use testnet-warning component
- Loading branch information
plondon
committed
Dec 12, 2017
1 parent
79bc205
commit 7719cfc
Showing
5 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
.login-pg(ng-class="{'display-block': isUIOverflow}") | ||
include ./bc-logo-header | ||
.testnet-banner.f-16.center.bg-red.pv-5.width-100(ng-show="network === 'testnet'") | ||
span.white WARNING! This is the testnet3 blockchain. Your coins have no value here. | ||
testnet-warning | ||
.overflow-scroll.flex-justify.flex-center | ||
.flex-center.flex-justify.flex-column | ||
.flex.flex-justify | ||
.alert-in-app | ||
alerts | ||
.login-box.mhs(ui-view="contents") | ||
include ./bc-logo-footer | ||
testnet-warning |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters