Skip to content

Commit bc1bf0a

Browse files
author
Yeliazar
committed
updated Invoice
1 parent 16fa24d commit bc1bf0a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/pages/Extra/Invoice/Invoice.vue

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<b-row>
33
<b-col lg='11'>
44
<b-row class='invoice-page'>
5-
<b-col xs='12'>
5+
<b-col sm='12'>
66
<Widget>
77
<header>
88
<b-row>
9-
<b-col md="6" xs="12" class="b-col-print-6">
9+
<b-col md="6" sm="12" class="b-col-print-6">
1010
<img src="../../../assets/invoice-logo.png" alt="Logo" class='invoiceLogo' />
1111
</b-col>
12-
<b-col md="6" xs="12" class="b-col-print-6">
13-
<h4 class="text-right">
12+
<b-col md="6" sm="12" class="b-col-print-6">
13+
<h4 class="text-end">
1414
#<span class="fw-semi-bold">9.45613</span> /
1515
<small>17 May 2014</small>
1616
</h4>
17-
<div class="text-muted fs-larger text-right">
17+
<div class="text-muted fs-larger text-end">
1818
Some Invoice number description or whatever
1919
</div>
2020
</b-col>
@@ -38,7 +38,7 @@
3838
</address>
3939
</b-col>
4040

41-
<b-col sm='6' class="b-col-print-6 text-right">
41+
<b-col sm='6' class="b-col-print-6 text-end">
4242
<h5 class="text-muted no-margin">Client Information</h5>
4343
<h3 class="client-name m-t-1">
4444
Veronica Niasvizhskaja
@@ -121,7 +121,7 @@
121121
</p>
122122
</b-col>
123123
<b-col md='4' xs='12' class="b-col-print-6">
124-
<b-row class="text-right justify-content-end">
124+
<b-row class="text-end justify-content-end">
125125
<b-col xs='6' />
126126
<b-col sm='3'>
127127
<p>Subtotal</p>
@@ -136,14 +136,14 @@
136136
</b-row>
137137
</b-col>
138138
</b-row>
139-
<p class="text-right mt-lg mb-xs">
139+
<p class="text-end mt-lg mb-xs">
140140
Marketing Consultant
141141
</p>
142-
<p class="text-right">
142+
<p class="text-end">
143143
<span class="fw-semi-bold">Bob Smith</span>
144144
</p>
145145
<b-button-toolbar class="mt-lg justify-content-end d-print-none">
146-
<b-button onClick={this.printInvoice} variant="inverse" class="mr-2">
146+
<b-button onClick={this.printInvoice} variant="inverse" class="me-2">
147147
<i class="fa fa-print" />
148148
&nbsp;&nbsp;
149149
Print
@@ -152,7 +152,7 @@
152152
Proceed with Payment
153153
&nbsp;
154154
<span class="circle bg-white">
155-
<i class="fa fa-arrow-right text-success" />
155+
<i class="fa fa-arrow-end text-success" />
156156
</span>
157157
</b-button>
158158
</b-button-toolbar>

0 commit comments

Comments
 (0)