Merge branch 'ref/design' of github.com:bitpay/bitpay-wallet into scanHandling
This commit is contained in:
commit
01d5e1d2eb
36 changed files with 332 additions and 145 deletions
|
|
@ -52,6 +52,9 @@
|
|||
position: absolute;
|
||||
bottom: 254px;
|
||||
top: 66px;
|
||||
.light {
|
||||
color: #A4A4A4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -84,7 +87,8 @@
|
|||
|
||||
.operator-send {
|
||||
font-weight: bolder;
|
||||
background-color: #f7f7f7;
|
||||
color: #f8f8f8;
|
||||
background-color: #1e3186;
|
||||
font-size: 36px;
|
||||
cursor: pointer;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#tab-home {
|
||||
.icon-create-wallet {
|
||||
background-image: url("../img/icon-wallet.svg");
|
||||
background-color: #4A90E2; // default wallet color
|
||||
}
|
||||
.icon-buy-bitcoin {
|
||||
|
|
@ -16,19 +15,17 @@
|
|||
.icon-amazon {
|
||||
background-image: url("../img/icon-amazon.svg");
|
||||
}
|
||||
.bg {
|
||||
&.wallet{
|
||||
padding: .25rem
|
||||
}
|
||||
}
|
||||
.card{
|
||||
.item {
|
||||
color: #444;
|
||||
border-top:none;
|
||||
padding-bottom: 1.5rem;
|
||||
padding-top:1.5rem;
|
||||
&.wallet{
|
||||
.big-icon-svg{
|
||||
& > .bg{
|
||||
padding: .25rem
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.item-sub {
|
||||
&:first-child:before {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,30 @@
|
|||
.wallet-details {
|
||||
&__tx-amount {
|
||||
font-size: 16px;
|
||||
&--recent {
|
||||
color: $mid-gray;
|
||||
font-weight: bold;
|
||||
}
|
||||
&--received {
|
||||
color: #30af6c;
|
||||
}
|
||||
&--sent {
|
||||
color: $dark-gray;
|
||||
}
|
||||
}
|
||||
&__tx-time {
|
||||
color: $light-gray;
|
||||
}
|
||||
&__tx-title {
|
||||
padding-top: 10px;
|
||||
color: $dark-gray;
|
||||
}
|
||||
&__tx-icon {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
#walletDetails {
|
||||
.bar-header {
|
||||
border: 0;
|
||||
|
|
@ -31,23 +58,8 @@
|
|||
.item.item-footer {
|
||||
font-weight: lighter;
|
||||
}
|
||||
}
|
||||
|
||||
.wallet-details-release {
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
background-color: #E9E9EC;
|
||||
margin-top: -30px;
|
||||
margin-bottom: 5px;
|
||||
padding-top: 30px;
|
||||
padding-bottom: 20px;
|
||||
text-align: center;
|
||||
text-color: #444;
|
||||
span {
|
||||
margin-left: 15px;
|
||||
}
|
||||
i {
|
||||
margin-right: 15px;
|
||||
.tx-search:before {
|
||||
font-size: 22px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue