fix(deflash): apply deflash style to individual views

This commit is contained in:
Jason Dreyzehner 2016-11-17 17:50:15 -05:00
parent be4e5ee131
commit 348eecfec8
9 changed files with 10 additions and 2 deletions

View File

@ -41,7 +41,7 @@ $placeholder-icon-padding: 10px;
// A somewhat dirty solution to the nav-bar "flashing" during page transitions.
// Since the old nav-bar is hidden before the new one is shown, this pseudo
// element fills the space with the proper background color.
ion-view.pane:before {
ion-view.deflash-blue:before {
content: " ";
display: block;
position: absolute;
@ -51,6 +51,6 @@ ion-view.pane:before {
height: $bar-height;
background-color: $royal;
}
.platform-ios ion-view.pane:before {
.platform-ios.platform-cordova:not(.fullscreen) ion-view.deflash-blue:before {
height: $bar-height + $ios-statusbar-height;
}

View File

@ -20,6 +20,7 @@
}
}
#view-address-book {
@extend .deflash-blue;
.scroll {
height:100%;
}

View File

@ -1,4 +1,5 @@
#view-amount {
@extend .deflash-blue;
.recipient-label {
font-size: 14px;
padding-bottom: 0;

View File

@ -1,4 +1,5 @@
#view-confirm {
@extend .deflash-blue;
.tx-details-content > .scroll {
padding-bottom: .25rem;
}

View File

@ -1,4 +1,5 @@
#send-feedback {
@extend .deflash-blue;
background-color: #ffffff;
.row {
border: none;

View File

@ -1,4 +1,5 @@
#tab-home {
@extend .deflash-blue;
.icon-create-wallet {
background-color: #4A90E2; // default wallet color
}

View File

@ -1,4 +1,5 @@
#tab-receive {
@extend .deflash-blue;
ion-header-bar {
button {
i {

View File

@ -1,4 +1,5 @@
#tab-send {
@extend .deflash-blue;
.qr-scan-icon a {
z-index: 10;
display: block;

View File

@ -1,4 +1,5 @@
.settings {
@extend .deflash-blue;
.item {
color: $dark-gray;
border-color: rgba(221, 221, 221, 0.3);