2016-09-01 15:04:15 -04:00
|
|
|
#walletDetails {
|
|
|
|
|
.bar-header {
|
|
|
|
|
border: 0;
|
2016-09-06 15:14:07 -03:00
|
|
|
background: none;
|
2016-09-01 15:04:15 -04:00
|
|
|
.title, .button {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.button {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-09-16 11:30:16 -03:00
|
|
|
.nav-bar-block, .bar {
|
|
|
|
|
background-color: inherit !important;
|
|
|
|
|
}
|
2016-09-01 15:04:15 -04:00
|
|
|
.amount {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
2016-09-07 13:34:47 -03:00
|
|
|
padding: 2rem 1rem 1.5rem 1rem;
|
2016-09-01 15:04:15 -04:00
|
|
|
color: #fff;
|
2016-09-29 19:04:52 -03:00
|
|
|
height: 140px;
|
2016-09-07 13:34:47 -03:00
|
|
|
margin-bottom: 10px;
|
2016-09-01 15:04:15 -04:00
|
|
|
|
|
|
|
|
&-alternative {
|
2016-09-07 13:34:47 -03:00
|
|
|
line-height: 36px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
strong {
|
|
|
|
|
line-height: 100%;
|
2016-09-01 15:04:15 -04:00
|
|
|
}
|
|
|
|
|
}
|
2016-10-03 19:38:57 -04:00
|
|
|
.item.item-footer {
|
|
|
|
|
font-weight: lighter;
|
|
|
|
|
}
|
2016-09-01 15:04:15 -04:00
|
|
|
}
|
2016-10-03 16:32:45 -04:00
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wallet-details-wallet-info {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: inherit;
|
|
|
|
|
left: 10px;
|
|
|
|
|
bottom: 15px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|