fix(deflash): apply deflash style to individual views

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

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);