Changes address component name to address-frame

This commit is contained in:
Sam Cheng Hung 2018-08-03 15:32:54 +08:00
commit 671b46da41
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
.address {
.address-frame {
background-color: #F8F8F8;
border: 0.5px solid #EDEBEB;
border-radius: 3px;

View file

@ -4,7 +4,7 @@
@import "header";
@import "content-frame";
@import "address";
@import "address-frame";
@import "action-minor";
@import "expand-content";
@import "fee-summary";

View file

@ -15352,7 +15352,7 @@ ion-content.padded-bottom-cta-with-summary {
.content-frame.negative-top .card:first-child {
margin-top: 0; }
.address {
.address-frame {
background-color: #F8F8F8;
border: 0.5px solid #EDEBEB;
border-radius: 3px;
@ -15361,14 +15361,14 @@ ion-content.padded-bottom-cta-with-summary {
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis; }
.address.expanded {
.address-frame.expanded {
white-space: pre-wrap;
word-break: break-all; }
.address .prefix {
.address-frame .prefix {
color: #000000; }
.address .mid {
.address-frame .mid {
color: #919191; }
.address .suffix {
.address-frame .suffix {
color: #000000; }
.action-minor {

View file

@ -48,7 +48,7 @@
<p ng-if="vm.destination.balanceAmount">{{vm.destination.balanceAmount}} {{vm.destination.balanceCurrency}}</p>
</div>
<div class="item-content item-content-compact" ng-init="addressExpanded = false" ng-if="vm.destination.kind === 'address'">
<div class="address" ng-class="{ 'expanded': addressExpanded }" ng-click="addressExpanded = !addressExpanded"><span class="prefix">qz9cq</span><span class="mid">q5pryv9hnqwa8q8mccmynk9uf4vlu5nxer</span><span class="suffix">pzmc</span></div>
<div class="address-frame" ng-class="{ 'expanded': addressExpanded }" ng-click="addressExpanded = !addressExpanded"><span class="prefix">qz9cq</span><span class="mid">q5pryv9hnqwa8q8mccmynk9uf4vlu5nxer</span><span class="suffix">pzmc</span></div>
</div>
</div>
</div>