|
2 | 2 | <b-row>
|
3 | 3 | <b-col lg='11'>
|
4 | 4 | <b-row class='invoice-page'>
|
5 |
| - <b-col xs='12'> |
| 5 | + <b-col sm='12'> |
6 | 6 | <Widget>
|
7 | 7 | <header>
|
8 | 8 | <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"> |
10 | 10 | <img src="../../../assets/invoice-logo.png" alt="Logo" class='invoiceLogo' />
|
11 | 11 | </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"> |
14 | 14 | #<span class="fw-semi-bold">9.45613</span> /
|
15 | 15 | <small>17 May 2014</small>
|
16 | 16 | </h4>
|
17 |
| - <div class="text-muted fs-larger text-right"> |
| 17 | + <div class="text-muted fs-larger text-end"> |
18 | 18 | Some Invoice number description or whatever
|
19 | 19 | </div>
|
20 | 20 | </b-col>
|
|
38 | 38 | </address>
|
39 | 39 | </b-col>
|
40 | 40 |
|
41 |
| - <b-col sm='6' class="b-col-print-6 text-right"> |
| 41 | + <b-col sm='6' class="b-col-print-6 text-end"> |
42 | 42 | <h5 class="text-muted no-margin">Client Information</h5>
|
43 | 43 | <h3 class="client-name m-t-1">
|
44 | 44 | Veronica Niasvizhskaja
|
|
121 | 121 | </p>
|
122 | 122 | </b-col>
|
123 | 123 | <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"> |
125 | 125 | <b-col xs='6' />
|
126 | 126 | <b-col sm='3'>
|
127 | 127 | <p>Subtotal</p>
|
|
136 | 136 | </b-row>
|
137 | 137 | </b-col>
|
138 | 138 | </b-row>
|
139 |
| - <p class="text-right mt-lg mb-xs"> |
| 139 | + <p class="text-end mt-lg mb-xs"> |
140 | 140 | Marketing Consultant
|
141 | 141 | </p>
|
142 |
| - <p class="text-right"> |
| 142 | + <p class="text-end"> |
143 | 143 | <span class="fw-semi-bold">Bob Smith</span>
|
144 | 144 | </p>
|
145 | 145 | <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"> |
147 | 147 | <i class="fa fa-print" />
|
148 | 148 |
|
149 | 149 | Print
|
|
152 | 152 | Proceed with Payment
|
153 | 153 |
|
154 | 154 | <span class="circle bg-white">
|
155 |
| - <i class="fa fa-arrow-right text-success" /> |
| 155 | + <i class="fa fa-arrow-end text-success" /> |
156 | 156 | </span>
|
157 | 157 | </b-button>
|
158 | 158 | </b-button-toolbar>
|
|
0 commit comments