File tree Expand file tree Collapse file tree
wallet/modules/transactions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ w-button {
121121 background-color : @color-white ;
122122 border : 1px solid @color-accent-50 ;
123123 color : @color-basic-500 ;
124+ font-family : @font-roboto-medium ;
124125
125126 & :hover , & .hover {
126127 border-color : @color-basic-500 ;
Original file line number Diff line number Diff line change 2525 }
2626
2727 button .download {
28- background : url(/img/icons/download.svg ) 20px center no-repeat ;
28+ background : url(/img/icons/download.svg ) 20px center no-repeat @color-white ;
2929 padding-left : 40px ;
3030 }
3131
Original file line number Diff line number Diff line change 2222 </ w-radio >
2323 </ w-radio-wrap >
2424
25- < w-button class ="download " ng-click ="$ctrl.exportTransactions() " class =" interface ">
25+ < w-button class ="download interface " ng-click ="$ctrl.exportTransactions() ">
2626 < w-i18n > export</ w-i18n >
2727 </ w-button >
2828
You can’t perform that action at this time.
0 commit comments