|
6 | 6 | <b-col lg='6' md='12'>
|
7 | 7 | <Widget title="<h6> Inputs </h6>" customHeader settings refresh close>
|
8 | 8 | <b-form-group>
|
9 |
| - <b-form> |
10 |
| - <legend><strong>Horizontal</strong> form</legend> |
11 |
| - <b-form-group |
12 |
| - horizontal |
13 |
| - label="Normal field" |
14 |
| - label-for="normal-field" |
15 |
| - label-class="text-md-right" |
16 |
| - :label-cols="4" |
17 |
| - breakpoint="md" |
18 |
| - > |
19 |
| - <b-form-input type="text" id="normal-field" placeholder="May have placeholder" /> |
20 |
| - </b-form-group> |
| 9 | + <b-form row> |
| 10 | + <legend><strong>Horizontal</strong> form</legend> |
| 11 | + <b-form-group |
| 12 | + horizontal |
| 13 | + label="Normal field" |
| 14 | + label-for="normal-field" |
| 15 | + label-class="text-md-right" |
| 16 | + :label-cols="4" |
| 17 | + breakpoint="md" |
| 18 | + > |
| 19 | + <b-form-input type="text" id="normal-field" placeholder="May have placeholder" /> |
| 20 | + </b-form-group> |
21 | 21 | <b-form-group
|
22 | 22 | horizontal
|
23 | 23 | label-for="normal-field"
|
24 |
| - label-class="text-md-right" |
| 24 | + label-class="text-start" |
25 | 25 | :label-cols="4"
|
26 | 26 | breakpoint="md"
|
27 | 27 | >
|
|
139 | 139 | </b-form-group>
|
140 | 140 | <b-form-group
|
141 | 141 | horizontal
|
142 |
| - class="form-action bg-transparent pl-1" |
| 142 | + class="form-action bg-transparent ps-1" |
143 | 143 | label=""
|
144 | 144 | label-for="transparent-field"
|
145 | 145 | :label-cols="4"
|
146 | 146 | breakpoint="md"
|
147 | 147 | >
|
148 |
| - <b-button variant="primary" type="submit" class="ml-0 mr-3">Save Changes</b-button> |
| 148 | + <b-button variant="success text-white" type="submit" class="me-3">Save Changes</b-button> |
149 | 149 | <b-button variant="inverse">Cancel</b-button>
|
150 | 150 | </b-form-group>
|
151 | 151 | </b-form>
|
|
280 | 280 | </b-col>
|
281 | 281 | </b-row>
|
282 | 282 | </b-form-group>
|
283 |
| - <b-form-group class="form-action bg-transparent pl-1"> |
284 |
| - <b-button variant="inverse" type="submit" class="mr-xs">Save Changes</b-button> |
| 283 | + <b-form-group class="form-action bg-transparent ps-1"> |
| 284 | + <b-button variant="success" type="submit" class="me-1">Save Changes</b-button> |
285 | 285 | <b-button variant="default">Cancel</b-button>
|
286 | 286 | </b-form-group>
|
287 | 287 | </b-form>
|
|
402 | 402 | <span class="help-block">With bottom toolbar appended</span>
|
403 | 403 | </div>
|
404 | 404 | <ckeditor :editor="wygEditor" v-model="wygContent"></ckeditor>
|
405 |
| - <div class="text-md-right mt-sm"> |
406 |
| - <b-button variant="danger" class="mr-2">Save</b-button> |
| 405 | + <div class="text-md-end mt-sm"> |
| 406 | + <b-button variant="success" class="me-2">Save</b-button> |
407 | 407 | <b-button variant="default">Clear</b-button>
|
408 | 408 | </div>
|
409 | 409 | </b-form-group>
|
|
422 | 422 | <path fill-rule="evenodd" fill="#798892" d="M14.85 3H1.15C.52 3 0 3.52 0 4.15v7.69C0 12.48.52 13 1.15 13h13.69c.64 0 1.15-.52 1.15-1.15v-7.7C16 3.52 15.48 3 14.85 3zM9 11H7V8L5.5 9.92 4 8v3H2V5h2l1.5 2L7 5h2v6zm2.99.5L9.5 8H11V5h2v3h1.5l-2.51 3.5z"></path>
|
423 | 423 | </svg>
|
424 | 424 | <!-- eslint-enable -->
|
425 |
| - <span class="ml-xs">Markdown styling is supported</span> |
| 425 | + <span class="ms-1">Markdown styling is supported</span> |
426 | 426 | </a>
|
427 | 427 | </b-form-group>
|
428 | 428 | </b-form>
|
|
503 | 503 | Colored ones <br>
|
504 | 504 | <span class="help">A bit of Japanese</span>
|
505 | 505 | </div>
|
506 |
| - <b-dropdown id="danger-select" :text="dangerDropdownVariant" variant="danger" class="mr-2"> |
| 506 | + <b-dropdown id="danger-select text-white" :text="dangerDropdownVariant" variant="danger" class="me-2"> |
507 | 507 | <b-dropdown-item-button
|
508 | 508 | @click="changeSelectOption('dangerDropdownVariant', 'Ichi')"
|
509 | 509 | >Ichi</b-dropdown-item-button>
|
|
514 | 514 | @click="changeSelectOption('dangerDropdownVariant', 'San')"
|
515 | 515 | >San</b-dropdown-item-button>
|
516 | 516 | </b-dropdown>
|
517 |
| - <b-dropdown :text="warningDropdownVariant" variant="warning" class="mr-2"> |
| 517 | + <b-dropdown :text="warningDropdownVariant" variant="warning" class="me-2"> |
518 | 518 | <b-dropdown-item-button
|
519 | 519 | @click="changeSelectOption('warningDropdownVariant', 'Shi')"
|
520 | 520 | >Shi</b-dropdown-item-button>
|
|
795 | 795 | checkbox inputs into beautiful iOS 7 style switches in
|
796 | 796 | just few simple steps.
|
797 | 797 | </p>
|
798 |
| - <b-form-group class="display-inline-block checkbox-ios mr-2"> |
| 798 | + <b-form-group class="display-inline-block checkbox-ios me-2"> |
799 | 799 | <label for="checkbox-ios1" class="switch form-control-label">
|
800 | 800 | <input type="checkbox" id="checkbox-ios1"
|
801 | 801 | class="ios form-check-input" value="off">
|
|
873 | 873 | Phone
|
874 | 874 | <span class="help-block">(123) 456-7890</span>
|
875 | 875 | </div>
|
876 |
| - <b-col md="9" class="pl-0"> |
| 876 | + <b-col md="9" class="ps-0"> |
877 | 877 | <input class="form-control" id="phone-mask" type="text"
|
878 | 878 | placeholder="(___) ___-____"
|
879 | 879 | v-mask="'(###) ###-####'"
|
|
885 | 885 | International Phone
|
886 | 886 | <span class="help-block">+375 123 456 789</span>
|
887 | 887 | </div>
|
888 |
| - <b-col md="9" class="pl-0"> |
| 888 | + <b-col md="9" class="ps-0"> |
889 | 889 | <input class="form-control" id="int-phone-mask" type="text"
|
890 | 890 | placeholder="+___ ___ ___ ___"
|
891 | 891 | v-mask="'+### ### ### ###'"
|
|
897 | 897 | Date Format
|
898 | 898 | <span class="help-block">07-03-2013</span>
|
899 | 899 | </div>
|
900 |
| - <b-col md="9" class="pl-0"> |
| 900 | + <b-col md="9" class="ps-0"> |
901 | 901 | <input class="form-control" id="date-mask" type="text"
|
902 | 902 | placeholder="__-__-____"
|
903 | 903 | v-mask="'##-##-####'"
|
|
909 | 909 | Time
|
910 | 910 | <span class="help-block">13:43</span>
|
911 | 911 | </div>
|
912 |
| - <b-col md="9" class="pl-0"> |
| 912 | + <b-col md="9" class="ps-0"> |
913 | 913 | <input class="form-control" id="time-mask" type="text"
|
914 | 914 | placeholder="__:__"
|
915 | 915 | v-mask="'##:##'"
|
|
1123 | 1123 | </div>
|
1124 | 1124 | </div>
|
1125 | 1125 | <div>
|
1126 |
| - <b-button type="button" variant="default" class="mt-sm"> |
| 1126 | + <b-button type="button" variant="inverse" class="mt-sm"> |
1127 | 1127 | <label for="fileupload2">
|
1128 | 1128 | Select image
|
1129 | 1129 | </label>
|
|
0 commit comments