|
154 | 154 | </CRow>
|
155 | 155 | <CRow>
|
156 | 156 | <CCol sm="6" md="4">
|
157 |
| - <CCard color="primary" class="text-center" body-wrapper> |
| 157 | + <CCard color="primary" class="text-center" body-wrapper text-color="white"> |
158 | 158 | <blockquote class="card-blockquote">
|
159 | 159 | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
|
160 | 160 | <footer>Someone famous in
|
|
164 | 164 | </CCard>
|
165 | 165 | </CCol>
|
166 | 166 | <CCol sm="6" md="4">
|
167 |
| - <CCard color="success" class="text-center" body-wrapper> |
| 167 | + <CCard |
| 168 | + color="success" |
| 169 | + class="text-center" |
| 170 | + body-wrapper |
| 171 | + text-color="white" |
| 172 | + > |
168 | 173 | <blockquote class="card-blockquote">
|
169 | 174 | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
|
170 | 175 | <footer>Someone famous in
|
|
174 | 179 | </CCard>
|
175 | 180 | </CCol>
|
176 | 181 | <CCol sm="6" md="4">
|
177 |
| - <CCard color="info" class="text-center" body-wrapper> |
| 182 | + <CCard color="info" class="text-center" body-wrapper text-color="white"> |
178 | 183 | <blockquote class="card-blockquote">
|
179 | 184 | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
|
180 | 185 | <footer>Someone famous in
|
|
184 | 189 | </CCard>
|
185 | 190 | </CCol>
|
186 | 191 | <CCol sm="6" md="4">
|
187 |
| - <CCard color="warning" class="text-center" body-wrapper> |
| 192 | + <CCard color="warning" class="text-center" body-wrapper text-color="white"> |
188 | 193 | <blockquote class="card-blockquote">
|
189 | 194 | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
|
190 | 195 | <footer>Someone famous in
|
|
194 | 199 | </CCard>
|
195 | 200 | </CCol>
|
196 | 201 | <CCol sm="6" md="4">
|
197 |
| - <CCard color="danger" class="text-center" body-wrapper> |
| 202 | + <CCard color="danger" class="text-center" body-wrapper text-color="white"> |
198 | 203 | <blockquote class="card-blockquote">
|
199 | 204 | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
|
200 | 205 | <footer>Someone famous in
|
|
216 | 221 | </CRow>
|
217 | 222 | <CRow>
|
218 | 223 | <CCol sm="6" md="4">
|
219 |
| - <CCard color="primary" body-wrapper> |
| 224 | + <CCard color="primary" body-wrapper text-color="white"> |
220 | 225 | {{loremIpsum}}
|
221 | 226 | </CCard>
|
222 | 227 | </CCol>
|
223 | 228 | <CCol sm="6" md="4">
|
224 |
| - <CCard color="success" body-wrapper> |
| 229 | + <CCard color="success" body-wrapper text-color="white"> |
225 | 230 | {{loremIpsum}}
|
226 | 231 | </CCard>
|
227 | 232 | </CCol>
|
228 | 233 | <CCol sm="6" md="4">
|
229 |
| - <CCard color="info" body-wrapper> |
| 234 | + <CCard color="info" body-wrapper text-color="white"> |
230 | 235 | {{loremIpsum}}
|
231 | 236 | </CCard>
|
232 | 237 | </CCol>
|
233 | 238 | <CCol sm="6" md="4">
|
234 |
| - <CCard color="warning" body-wrapper> |
| 239 | + <CCard color="warning" body-wrapper text-color="white"> |
235 | 240 | {{loremIpsum}}
|
236 | 241 | </CCard>
|
237 | 242 | </CCol>
|
238 | 243 | <CCol sm="6" md="4">
|
239 |
| - <CCard color="danger" body-wrapper> |
| 244 | + <CCard color="danger" body-wrapper text-color="white"> |
240 | 245 | {{loremIpsum}}
|
241 | 246 | </CCard>
|
242 | 247 | </CCol>
|
|
0 commit comments