|
12 | 12 | */ |
13 | 13 |
|
14 | 14 | 'defaults' => [ |
15 | | - 'style' => 'link-primary', |
| 15 | + 'style' => 'link-primary', |
16 | 16 | 'loadingStyle' => 'link-grey', |
17 | | - 'loadingText' => 'Loading', |
| 17 | + 'loadingText' => 'Loading', |
18 | 18 | 'successStyle' => 'link-success', |
19 | | - 'successText' => 'Success', |
20 | | - 'errorStyle' => 'link-danger', |
21 | | - 'errorText' => 'Failed', |
| 19 | + 'successText' => 'Success', |
| 20 | + 'errorStyle' => 'link-danger', |
| 21 | + 'errorText' => 'Failed', |
22 | 22 | ], |
23 | 23 |
|
24 | 24 | /* |
|
37 | 37 | 'success' => 'cursor-pointer btn btn-default bg-success text-white', |
38 | 38 | 'primary' => 'cursor-pointer btn btn-default btn-primary', |
39 | 39 | 'warning' => 'cursor-pointer btn btn-default bg-warning text-white', |
40 | | - 'danger' => 'cursor-pointer btn btn-default bg-danger text-white', |
41 | | - 'info' => 'cursor-pointer btn btn-default bg-info text-white', |
42 | | - 'grey' => 'cursor-pointer btn btn-default bg-60 text-white', |
| 40 | + 'danger' => 'cursor-pointer btn btn-default bg-danger text-white', |
| 41 | + 'info' => 'cursor-pointer btn btn-default bg-info text-white', |
| 42 | + 'grey' => 'cursor-pointer btn btn-default bg-60 text-white', |
43 | 43 | // Outline |
44 | 44 | 'success-outline' => 'cursor-pointer btn btn-default border border-success text-success', |
45 | 45 | 'primary-outline' => 'cursor-pointer btn btn-default border border-primary text-primary', |
46 | 46 | 'warning-outline' => 'cursor-pointer btn btn-default border border-warning text-warning ', |
47 | | - 'danger-outline' => 'cursor-pointer btn btn-default border border-danger text-danger ', |
48 | | - 'info-outline' => 'cursor-pointer btn btn-default border border-info text-info ', |
49 | | - 'grey-outline' => 'cursor-pointer btn btn-default border border-60 text-80 ', |
| 47 | + 'danger-outline' => 'cursor-pointer btn btn-default border border-danger text-danger ', |
| 48 | + 'info-outline' => 'cursor-pointer btn btn-default border border-info text-info ', |
| 49 | + 'grey-outline' => 'cursor-pointer btn btn-default border border-60 text-80 ', |
50 | 50 | // Link |
51 | 51 | 'success-link' => 'cursor-pointer dim inline-block text-success font-bold btn btn-link', |
52 | 52 | 'primary-link' => 'cursor-pointer dim inline-block text-primary font-bold btn btn-link', |
53 | 53 | 'warning-link' => 'cursor-pointer dim inline-block text-warning font-bold btn btn-link', |
54 | | - 'danger-link' => 'cursor-pointer dim inline-block text-danger font-bold btn btn-link', |
55 | | - 'info-link' => 'cursor-pointer dim inline-block text-info font-bold btn btn-link', |
56 | | - 'grey-link' => 'cursor-pointer dim inline-block text-80 font-bold btn btn-link', |
| 54 | + 'danger-link' => 'cursor-pointer dim inline-block text-danger font-bold btn btn-link', |
| 55 | + 'info-link' => 'cursor-pointer dim inline-block text-info font-bold btn btn-link', |
| 56 | + 'grey-link' => 'cursor-pointer dim inline-block text-80 font-bold btn btn-link', |
57 | 57 | // Custom |
58 | 58 | 'custom' => 'bg-orange', |
59 | | - |
| 59 | + |
60 | 60 | ], |
61 | 61 | ]; |
0 commit comments