2016-11-16 10:15:13 -03:00
|
|
|
#addresses {
|
2017-05-15 10:07:03 -03:00
|
|
|
@extend .deflash-blue;
|
|
|
|
|
.updating {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
color: $v-mid-gray;
|
|
|
|
|
padding-top: 1.3rem;
|
|
|
|
|
.spinner svg {
|
|
|
|
|
stroke: #111;
|
|
|
|
|
fill: #111;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-11-16 10:15:13 -03:00
|
|
|
.addr {
|
|
|
|
|
&-explanation, &-button-group {
|
|
|
|
|
padding: 0 1rem;
|
|
|
|
|
margin: 1rem 0;
|
|
|
|
|
}
|
|
|
|
|
&-description {
|
|
|
|
|
text-align: center;
|
2017-02-22 10:43:19 -05:00
|
|
|
font-size: 0.9em;
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-mid-gray;
|
2016-11-16 10:15:13 -03:00
|
|
|
margin: 1rem 0;
|
2016-11-16 15:23:26 -03:00
|
|
|
a {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
cursor: hand;
|
|
|
|
|
}
|
2016-11-16 10:15:13 -03:00
|
|
|
}
|
|
|
|
|
&-balance {
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
color: #5DD263;
|
|
|
|
|
}
|
|
|
|
|
&-path {
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
color: #B8B8B8;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-17 16:01:14 -03:00
|
|
|
.banner-icon {
|
|
|
|
|
margin-top: 25px;
|
|
|
|
|
i {
|
2017-02-23 16:46:41 -05:00
|
|
|
box-shadow: $v-hovering-box-shadow;
|
|
|
|
|
img {
|
|
|
|
|
content: $v-tab-receive-selected-icon;
|
|
|
|
|
}
|
2016-11-17 13:30:52 -03:00
|
|
|
}
|
2016-11-17 16:01:14 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.addr-list {
|
2016-11-16 10:15:13 -03:00
|
|
|
.item {
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-dark-gray;
|
2016-11-16 10:15:13 -03:00
|
|
|
padding-top: 1.3rem;
|
|
|
|
|
padding-bottom: 1.3rem;
|
|
|
|
|
&.has-addr-value {
|
|
|
|
|
padding-top: .65rem;
|
|
|
|
|
padding-bottom: .65rem;
|
|
|
|
|
}
|
|
|
|
|
&.item-divider {
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-mid-gray;
|
2016-11-16 10:15:13 -03:00
|
|
|
padding-bottom: .5rem;
|
|
|
|
|
font-size: .9rem;
|
|
|
|
|
}
|
2016-11-16 15:23:26 -03:00
|
|
|
&.view-all {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
cursor: hand;
|
|
|
|
|
i {
|
|
|
|
|
font-size: 35px;
|
|
|
|
|
margin-right: 5px;
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $link-color;
|
2016-11-16 15:23:26 -03:00
|
|
|
}
|
2016-11-17 09:49:29 -03:00
|
|
|
span {
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $link-color;
|
2016-11-16 15:23:26 -03:00
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2016-11-16 10:15:13 -03:00
|
|
|
}
|
2016-11-17 09:49:29 -03:00
|
|
|
i {
|
|
|
|
|
font-size: 35px;
|
2016-11-17 11:20:06 -03:00
|
|
|
margin-right: 2px;
|
2016-11-17 09:49:29 -03:00
|
|
|
}
|
2016-11-16 10:15:13 -03:00
|
|
|
}
|
2016-11-17 13:17:28 -03:00
|
|
|
.box-error {
|
|
|
|
|
padding: 25px;
|
|
|
|
|
background-color: #E65555;
|
|
|
|
|
color: #F4F4F4;
|
|
|
|
|
h5 {
|
|
|
|
|
margin: 5px;
|
|
|
|
|
color: #F4F4F4;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
a {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #F4F4F4;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
cursor: hand;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-11-16 10:15:13 -03:00
|
|
|
.item-note {
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-light-gray;
|
2016-11-16 10:15:13 -03:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|