File tree 6 files changed +11
-6
lines changed
6 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @myetherwallet/mew-components" ,
3
- "version" : " 0.5.75 -beta" ,
3
+ "version" : " 0.5.76 -beta" ,
4
4
"description" : " MEW Components" ,
5
5
"main" : " dist/mew-components.umd.js" ,
6
6
"module" : " dist/mew-components.esm.js" ,
Original file line number Diff line number Diff line change 41
41
42
42
.mew-body {
43
43
/* size - 14px , height - 19px */
44
- font-size : 1rem ;
44
+ font-size : 1rem !important ;
45
45
font-weight : 400 ;
46
- line-height : 1.357rem ;
46
+ line-height : 1.357rem !important ;
47
47
}
48
48
49
49
.mew-caption {
Original file line number Diff line number Diff line change 8
8
html ,
9
9
body {
10
10
font-family : ' Roboto' , sans-serif ;
11
- font-size : 14px ;
11
+ font-size : 14px !important ;
12
12
font-style : normal ;
13
13
font-weight : 400 ;
14
14
}
Original file line number Diff line number Diff line change 152
152
class =" mew-caption font-weight-regular textSecondary--text text-capitalize"
153
153
>{{ data.item.tokenBalance ? data.item.tokenBalance + ' ' + data.item.symbol : data.item.subtext }}</span ></span >
154
154
</div >
155
- <div class =" d-flex justify-center flex-column" >
155
+ <div class =" d-flex justify-center flex-column align-end " >
156
156
<span >${{ data.item.totalBalance || data.item.price }}</span >
157
157
<span class =" mew-caption font-weight-regular textSecondary--text" v-if =" data.item.totalBalance" >@ ${{ data.item.price }}</span >
158
158
</div >
Original file line number Diff line number Diff line change 14
14
>
15
15
<template v-slot :activator =" { on } " >
16
16
<v-icon
17
- class =" cursor-pointer"
17
+ class =" cursor-pointer mew-body "
18
18
color =" searchText"
19
19
v-on =" on"
20
20
>
Original file line number Diff line number Diff line change
1
+ // $card-title-font-size: 8px; /mew-heading -2
2
+ // text, link -> mew-body
3
+
4
+ // Required for modifying core defaults
5
+ // @import '~vuetify/src/styles/styles.sass';
You can’t perform that action at this time.
0 commit comments