update tab-home first pass
This commit is contained in:
parent
970ff5e277
commit
ba781bcbf7
12 changed files with 306 additions and 107 deletions
27
src/sass/views/includes/walletActivity.scss
Normal file
27
src/sass/views/includes/walletActivity.scss
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
.wallet-activity {
|
||||
|
||||
&-amount {
|
||||
float: right;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
&-note {
|
||||
margin-top: 3px;
|
||||
font-size: 12px!important;
|
||||
|
||||
&-child {
|
||||
line-height: 30px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
> i {
|
||||
font-size: 21px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
> time {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue