|
6 | 6 | body_class: ""
|
7 | 7 | ---
|
8 | 8 |
|
9 |
| -<style> |
10 |
| - .text-warning { color: #997404 !important; } |
11 |
| - .text-info { color: #087990 !important; } |
12 |
| - |
13 |
| - .badge > a { |
14 |
| - color: inherit; |
15 |
| - } |
16 |
| -</style> |
17 |
| - |
18 | 9 | <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
19 | 10 | <symbol id="x-circle-fill" viewBox="0 0 16 16">
|
20 | 11 | <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z"/>
|
|
28 | 19 | <span class="badge text-bg-danger rounded-pill">Danger</span>
|
29 | 20 | <span class="badge text-bg-warning rounded-pill">Warning</span>
|
30 | 21 | <span class="badge text-bg-info rounded-pill">Info</span>
|
31 |
| - <span class="badge text-bg-dark rounded-pill">Light</span> |
| 22 | + <span class="badge text-bg-light rounded-pill">Light</span> |
32 | 23 | <span class="badge text-bg-dark rounded-pill">Dark</span>
|
33 | 24 | </div>
|
34 | 25 |
|
35 | 26 | <div class="b-example-divider"></div>
|
36 | 27 |
|
37 | 28 | <div class="d-flex gap-2 justify-content-center py-5">
|
38 |
| - <span class="badge text-primary bg-primary bg-opacity-10 rounded-pill">Primary</span> |
39 |
| - <span class="badge text-secondary bg-secondary bg-opacity-10 rounded-pill">Secondary</span> |
40 |
| - <span class="badge text-success bg-success bg-opacity-10 rounded-pill">Success</span> |
41 |
| - <span class="badge text-danger bg-danger bg-opacity-10 rounded-pill">Danger</span> |
42 |
| - <span class="badge text-warning bg-warning bg-opacity-10 rounded-pill">Warning</span> |
43 |
| - <span class="badge text-info bg-info bg-opacity-10 rounded-pill">Info</span> |
44 |
| - <span class="badge text-dark bg-light bg-opacity-10 rounded-pill">Light</span> |
45 |
| - <span class="badge text-dark bg-dark bg-opacity-10 rounded-pill">Dark</span> |
| 29 | + <span class="badge bg-primary-subtle text-primary-emphasis rounded-pill">Primary</span> |
| 30 | + <span class="badge bg-secondary-subtle text-secondary-emphasis rounded-pill">Secondary</span> |
| 31 | + <span class="badge bg-success-subtle text-success-emphasis rounded-pill">Success</span> |
| 32 | + <span class="badge bg-danger-subtle text-danger-emphasis rounded-pill">Danger</span> |
| 33 | + <span class="badge bg-warning-subtle text-warning-emphasis rounded-pill">Warning</span> |
| 34 | + <span class="badge bg-info-subtle text-info-emphasis rounded-pill">Info</span> |
| 35 | + <span class="badge bg-light-subtle text-light-emphasis rounded-pill">Light</span> |
| 36 | + <span class="badge bg-dark-subtle text-dark-emphasis rounded-pill">Dark</span> |
46 | 37 | </div>
|
47 | 38 |
|
48 | 39 | <div class="b-example-divider"></div>
|
49 | 40 |
|
50 | 41 | <div class="d-flex gap-2 justify-content-center py-5">
|
51 |
| - <span class="badge text-primary bg-primary bg-opacity-10 border border-primary border-opacity-25 rounded-pill">Primary</span> |
52 |
| - <span class="badge text-secondary bg-secondary bg-opacity-10 border border-secondary border-opacity-25 rounded-pill">Secondary</span> |
53 |
| - <span class="badge text-success bg-success bg-opacity-10 border border-success border-opacity-25 rounded-pill">Success</span> |
54 |
| - <span class="badge text-danger bg-danger bg-opacity-10 border border-danger border-opacity-25 rounded-pill">Danger</span> |
55 |
| - <span class="badge text-warning bg-warning bg-opacity-10 border border-warning border-opacity-25 rounded-pill">Warning</span> |
56 |
| - <span class="badge text-info bg-info bg-opacity-10 border border-info border-opacity-25 rounded-pill">Info</span> |
57 |
| - <span class="badge text-dark bg-light bg-opacity-10 border border-dark border-opacity-25 rounded-pill">Light</span> |
58 |
| - <span class="badge text-dark bg-dark bg-opacity-10 border border-dark border-opacity-25 rounded-pill">Dark</span> |
| 42 | + <span class="badge bg-primary-subtle border border-primary-subtle text-primary-emphasis rounded-pill">Primary</span> |
| 43 | + <span class="badge bg-secondary-subtle border border-secondary-subtle text-secondary-emphasis rounded-pill">Secondary</span> |
| 44 | + <span class="badge bg-success-subtle border border-success-subtle text-success-emphasis rounded-pill">Success</span> |
| 45 | + <span class="badge bg-danger-subtle border border-danger-subtle text-danger-emphasis rounded-pill">Danger</span> |
| 46 | + <span class="badge bg-warning-subtle border border-warning-subtle text-warning-emphasis rounded-pill">Warning</span> |
| 47 | + <span class="badge bg-info-subtle border border-info-subtle text-info-emphasis rounded-pill">Info</span> |
| 48 | + <span class="badge bg-light-subtle border border-light-subtle text-light-emphasis rounded-pill">Light</span> |
| 49 | + <span class="badge bg-dark-subtle border border-dark-subtle text-dark-emphasis rounded-pill">Dark</span> |
59 | 50 | </div>
|
60 | 51 |
|
61 | 52 | <div class="b-example-divider"></div>
|
62 | 53 |
|
63 | 54 | <div class="d-flex gap-2 justify-content-center py-5">
|
64 |
| - <span class="badge d-flex align-items-center p-1 pe-2 text-primary bg-primary bg-opacity-10 border border-primary border-opacity-25 rounded-pill"> |
| 55 | + <span class="badge d-flex align-items-center p-1 pe-2 text-primary-emphasis bg-primary-subtle border border-primary-subtle rounded-pill"> |
65 | 56 | <img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">Primary
|
66 | 57 | </span>
|
67 |
| - <span class="badge d-flex align-items-center p-1 pe-2 text-secondary bg-secondary bg-opacity-10 border border-secondary border-opacity-25 rounded-pill"> |
| 58 | + <span class="badge d-flex align-items-center p-1 pe-2 text-secondary-emphasis bg-secondary-subtle border border-secondary-subtle rounded-pill"> |
68 | 59 | <img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">Secondary
|
69 | 60 | </span>
|
70 |
| - <span class="badge d-flex align-items-center p-1 pe-2 text-success bg-success bg-opacity-10 border border-success border-opacity-25 rounded-pill"> |
| 61 | + <span class="badge d-flex align-items-center p-1 pe-2 text-success-emphasis bg-success-subtle border border-success-subtle rounded-pill"> |
71 | 62 | <img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">Success
|
72 | 63 | </span>
|
73 |
| - <span class="badge d-flex align-items-center p-1 pe-2 text-danger bg-danger bg-opacity-10 border border-danger border-opacity-25 rounded-pill"> |
| 64 | + <span class="badge d-flex align-items-center p-1 pe-2 text-danger-emphasis bg-danger-subtle border border-danger-subtle rounded-pill"> |
74 | 65 | <img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">Danger
|
75 | 66 | </span>
|
76 |
| - <span class="badge d-flex align-items-center p-1 pe-2 text-warning bg-warning bg-opacity-10 border border-warning border-opacity-25 rounded-pill"> |
| 67 | + <span class="badge d-flex align-items-center p-1 pe-2 text-warning-emphasis bg-warning-subtle border border-warning-subtle rounded-pill"> |
77 | 68 | <img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">Warning
|
78 | 69 | </span>
|
79 |
| - <span class="badge d-flex align-items-center p-1 pe-2 text-info bg-info bg-opacity-10 border border-info border-opacity-25 rounded-pill"> |
| 70 | + <span class="badge d-flex align-items-center p-1 pe-2 text-info-emphasis bg-info-subtle border border-info-subtle rounded-pill"> |
80 | 71 | <img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">Info
|
81 | 72 | </span>
|
82 |
| - <span class="badge d-flex align-items-center p-1 pe-2 text-dark bg-light bg-opacity-10 border border-dark border-opacity-25 rounded-pill"> |
| 73 | + <span class="badge d-flex align-items-center p-1 pe-2 text-dark-emphasis bg-light-subtle border border-dark-subtle rounded-pill"> |
83 | 74 | <img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">Light
|
84 | 75 | </span>
|
85 |
| - <span class="badge d-flex align-items-center p-1 pe-2 text-dark bg-dark bg-opacity-10 border border-dark border-opacity-25 rounded-pill"> |
| 76 | + <span class="badge d-flex align-items-center p-1 pe-2 text-dark-emphasis bg-dark-subtle border border-dark-subtle rounded-pill"> |
86 | 77 | <img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">Dark
|
87 | 78 | </span>
|
88 | 79 | </div>
|
|
94 | 85 | <span class="px-1">Primary</span>
|
95 | 86 | <a href="#"><svg class="bi ms-1" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
|
96 | 87 | </span>
|
97 |
| - <span class="badge d-flex p-2 align-items-center text-primary bg-primary bg-opacity-10 rounded-pill"> |
| 88 | + <span class="badge d-flex p-2 align-items-center text-primary-emphasis bg-primary-subtle rounded-pill"> |
98 | 89 | <span class="px-1">Primary</span>
|
99 | 90 | <a href="#"><svg class="bi ms-1" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
|
100 | 91 | </span>
|
101 |
| - <span class="badge d-flex p-2 align-items-center text-primary bg-primary bg-opacity-10 border border-primary border-opacity-25 rounded-pill"> |
| 92 | + <span class="badge d-flex p-2 align-items-center text-primary-emphasis bg-primary-subtle border border-primary-subtle rounded-pill"> |
102 | 93 | <span class="px-1">Primary</span>
|
103 | 94 | <a href="#"><svg class="bi ms-1" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
|
104 | 95 | </span>
|
|
107 | 98 | <div class="b-example-divider"></div>
|
108 | 99 |
|
109 | 100 | <div class="d-flex gap-2 justify-content-center py-5">
|
110 |
| - <span class="badge d-flex align-items-center p-1 pe-2 text-primary bg-primary bg-opacity-10 border border-primary border-opacity-25 rounded-pill"> |
| 101 | + <span class="badge d-flex align-items-center p-1 pe-2 text-primary-emphasis bg-primary-subtle border border-primary-subtle rounded-pill"> |
111 | 102 | <img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">
|
112 | 103 | Primary
|
113 | 104 | <span class="vr mx-2"></span>
|
114 | 105 | <a href="#"><svg class="bi" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
|
115 | 106 | </span>
|
116 |
| - <span class="badge d-flex align-items-center p-1 pe-2 text-secondary bg-secondary bg-opacity-10 border border-secondary border-opacity-25 rounded-pill"> |
| 107 | + <span class="badge d-flex align-items-center p-1 pe-2 text-secondary-emphasis bg-secondary-subtle border border-secondary-subtle rounded-pill"> |
117 | 108 | <img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">
|
118 | 109 | Secondary
|
119 | 110 | <span class="vr mx-2"></span>
|
120 | 111 | <a href="#"><svg class="bi" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
|
121 | 112 | </span>
|
122 |
| - <span class="badge d-flex align-items-center p-1 pe-2 text-success bg-success bg-opacity-10 border border-success border-opacity-25 rounded-pill"> |
| 113 | + <span class="badge d-flex align-items-center p-1 pe-2 text-success-emphasis bg-success-subtle border border-success-subtle rounded-pill"> |
123 | 114 | <img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">
|
124 | 115 | Success
|
125 | 116 | <span class="vr mx-2"></span>
|
126 | 117 | <a href="#"><svg class="bi" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
|
127 | 118 | </span>
|
128 |
| - <span class="badge d-flex align-items-center p-1 pe-2 text-danger bg-danger bg-opacity-10 border border-danger border-opacity-25 rounded-pill"> |
| 119 | + <span class="badge d-flex align-items-center p-1 pe-2 text-danger-emphasis bg-danger-subtle border border-danger-subtle rounded-pill"> |
129 | 120 | <img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">
|
130 | 121 | Danger
|
131 | 122 | <span class="vr mx-2"></span>
|
132 | 123 | <a href="#"><svg class="bi" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
|
133 | 124 | </span>
|
134 |
| - <span class="badge d-flex align-items-center p-1 pe-2 text-warning bg-warning bg-opacity-10 border border-warning border-opacity-25 rounded-pill"> |
| 125 | + <span class="badge d-flex align-items-center p-1 pe-2 text-warning-emphasis bg-warning-subtle border border-warning-subtle rounded-pill"> |
135 | 126 | <img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">
|
136 | 127 | Warning
|
137 | 128 | <span class="vr mx-2"></span>
|
138 | 129 | <a href="#"><svg class="bi" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
|
139 | 130 | </span>
|
140 |
| - <span class="badge d-flex align-items-center p-1 pe-2 text-info bg-info bg-opacity-10 border border-info border-opacity-25 rounded-pill"> |
| 131 | + <span class="badge d-flex align-items-center p-1 pe-2 text-info-emphasis bg-info-subtle border border-info-subtle rounded-pill"> |
141 | 132 | <img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">
|
142 | 133 | Info
|
143 | 134 | <span class="vr mx-2"></span>
|
144 | 135 | <a href="#"><svg class="bi" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
|
145 | 136 | </span>
|
146 |
| - <span class="badge d-flex align-items-center p-1 pe-2 text-dark bg-light bg-opacity-10 border border-dark border-opacity-25 rounded-pill"> |
| 137 | + <span class="badge d-flex align-items-center p-1 pe-2 text-light-emphasis bg-light-subtle border border-dark-subtle rounded-pill"> |
147 | 138 | <img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">
|
148 | 139 | Light
|
149 | 140 | <span class="vr mx-2"></span>
|
150 | 141 | <a href="#"><svg class="bi" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
|
151 | 142 | </span>
|
152 |
| - <span class="badge d-flex align-items-center p-1 pe-2 text-dark bg-dark bg-opacity-10 border border-dark border-opacity-25 rounded-pill"> |
| 143 | + <span class="badge d-flex align-items-center p-1 pe-2 text-dark-emphasis bg-dark-subtle border border-dark-subtle rounded-pill"> |
153 | 144 | <img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">
|
154 | 145 | Dark
|
155 | 146 | <span class="vr mx-2"></span>
|
|
0 commit comments