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";