2016-10-18 21:10:17 -04:00
|
|
|
.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;
|
2016-11-01 16:47:44 -04:00
|
|
|
font-size: 14px;
|
2016-10-18 21:10:17 -04:00
|
|
|
}
|
|
|
|
|
&__tx-title {
|
2016-11-01 16:47:44 -04:00
|
|
|
//padding-top: 10px;
|
|
|
|
|
flex-grow: 1;
|
2016-10-18 21:10:17 -04:00
|
|
|
color: $dark-gray;
|
2016-11-01 16:47:44 -04:00
|
|
|
overflow: hidden;
|
2016-10-18 21:10:17 -04:00
|
|
|
}
|
|
|
|
|
&__tx-icon {
|
|
|
|
|
float: left;
|
2016-11-01 14:56:53 -04:00
|
|
|
margin-right: 25px;
|
|
|
|
|
}
|
|
|
|
|
&__tx-message {
|
|
|
|
|
margin-right: 1rem;
|
2016-10-18 21:10:17 -04:00
|
|
|
}
|
2016-11-01 16:47:44 -04:00
|
|
|
|
|
|
|
|
&__list {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__item {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background: #fff;
|
|
|
|
|
padding-left: 1rem;
|
2016-11-03 17:29:29 -04:00
|
|
|
|
2016-11-03 17:38:46 -04:00
|
|
|
&.proposal {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-03 17:29:29 -04:00
|
|
|
&__marker {
|
|
|
|
|
position: absolute;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 3px;
|
|
|
|
|
background: #F5A623;
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
2016-11-01 16:47:44 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__tx-content {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
padding: 1rem 0;
|
|
|
|
|
padding-right: 1rem;
|
|
|
|
|
border-bottom: 1px solid rgb(245, 245, 245);
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__tx-amount {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
2016-11-01 17:32:18 -04:00
|
|
|
|
|
|
|
|
&__group-label {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
color: #727272;
|
|
|
|
|
padding: 2px 1rem;
|
|
|
|
|
}
|
2016-10-18 21:10:17 -04:00
|
|
|
}
|
|
|
|
|
|
2016-09-01 15:04:15 -04:00
|
|
|
#walletDetails {
|
2016-11-01 17:47:07 -04:00
|
|
|
background: #F8F8F9;
|
2016-09-01 15:04:15 -04:00
|
|
|
.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-10-18 21:10:17 -04:00
|
|
|
.tx-search:before {
|
|
|
|
|
font-size: 22px !important;
|
2016-10-03 16:32:45 -04:00
|
|
|
}
|
2016-10-27 10:28:46 -03:00
|
|
|
.description {
|
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
color: $mid-gray;
|
|
|
|
|
}
|
2016-10-03 16:32:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wallet-details-wallet-info {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: inherit;
|
|
|
|
|
left: 10px;
|
|
|
|
|
bottom: 15px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|