File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Dashboard/components/BigStat Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
</b-dropdown >
17
17
</div >
18
18
<div class =" px-5" >
19
- <h4 class =" fw-semi-bold mb-lg mt-sm" >{{total}}</h4 >
19
+ <h4 class =" fw-semi-bold mb-sm mt-sm" >{{total}}</h4 >
20
20
<div class =" d-flex" >
21
21
<div class =" w-50 py-3 pr-2" >
22
22
<div class =" d-flex align-items-start" >
Original file line number Diff line number Diff line change 15
15
to change notifications position:</p >
16
16
<div class =" location-selector" >
17
17
<div
18
- class =" bit top left" @click =" toggleLocation('top-left')"
18
+ class =" bit top left" @click =" toggleLocation('top-left')"
19
19
/>
20
20
<div
21
- class =" bit top right" @click =" toggleLocation('top-right')"
21
+ class =" bit top right" @click =" toggleLocation('top-right')"
22
22
/>
23
23
<div
24
- class =" bit top" @click =" toggleLocation('top-center')"
24
+ class =" bit top" @click =" toggleLocation('top-center')"
25
25
/>
26
26
<div
27
- class =" bit bottom left" @click =" toggleLocation('bottom-left')"
27
+ class =" bit bottom left" @click =" toggleLocation('bottom-left')"
28
28
/>
29
29
<div
30
- class =" bit bottom right" @click =" toggleLocation('bottom-right')"
30
+ class =" bit bottom right" @click =" toggleLocation('bottom-right')"
31
31
/>
32
32
<div
33
- class =" bit bottom" @click =" toggleLocation('bottom-center')"
33
+ class =" bit bottom" @click =" toggleLocation('bottom-center')"
34
34
/>
35
35
</div >
36
36
</b-col >
You can’t perform that action at this time.
0 commit comments