|
1 | 1 | <template>
|
2 |
| - <div class="animated fadeIn"> |
| 2 | + <div class="c-animated c-fadeIn"> |
3 | 3 | <CCard >
|
4 | 4 | <CCardHeader>
|
5 | 5 | <i class="icon-drop"></i> Theme colors
|
6 | 6 | </CCardHeader>
|
7 | 7 | <CCardBody>
|
8 | 8 | <CRow>
|
9 |
| - <ColorTheme color="bg-primary"> |
| 9 | + <ColorTheme color="c-bg-primary"> |
10 | 10 | <h6>Brand Primary Color</h6>
|
11 | 11 | </ColorTheme>
|
12 |
| - <ColorTheme color="bg-secondary"><h6>Brand Secondary Color</h6></ColorTheme> |
13 |
| - <ColorTheme color="bg-success"><h6>Brand Success Color</h6></ColorTheme> |
14 |
| - <ColorTheme color="bg-danger"><h6>Brand Danger Color</h6></ColorTheme> |
15 |
| - <ColorTheme color="bg-warning"><h6>Brand Warning Color</h6></ColorTheme> |
16 |
| - <ColorTheme color="bg-info"><h6>Brand Info Color</h6></ColorTheme> |
17 |
| - <ColorTheme color="bg-light"><h6>Brand Light Color</h6></ColorTheme> |
18 |
| - <ColorTheme color="bg-dark"><h6>Brand Dark Color</h6></ColorTheme> |
| 12 | + <ColorTheme color="c-bg-secondary"><h6>Brand Secondary Color</h6></ColorTheme> |
| 13 | + <ColorTheme color="c-bg-success"><h6>Brand Success Color</h6></ColorTheme> |
| 14 | + <ColorTheme color="c-bg-danger"><h6>Brand Danger Color</h6></ColorTheme> |
| 15 | + <ColorTheme color="c-bg-warning"><h6>Brand Warning Color</h6></ColorTheme> |
| 16 | + <ColorTheme color="c-bg-info"><h6>Brand Info Color</h6></ColorTheme> |
| 17 | + <ColorTheme color="c-bg-light"><h6>Brand Light Color</h6></ColorTheme> |
| 18 | + <ColorTheme color="c-bg-dark"><h6>Brand Dark Color</h6></ColorTheme> |
19 | 19 | </CRow>
|
20 | 20 | </CCardBody>
|
21 | 21 | </CCard>
|
|
25 | 25 | </CCardHeader>
|
26 | 26 | <CCardBody>
|
27 | 27 | <CRow>
|
28 |
| - <ColorTheme color="bg-gray-100"><h6>Brand 100 Color</h6></ColorTheme> |
29 |
| - <ColorTheme color="bg-gray-200"><h6>Brand 200 Color</h6></ColorTheme> |
30 |
| - <ColorTheme color="bg-gray-300"><h6>Brand 300 Color</h6></ColorTheme> |
31 |
| - <ColorTheme color="bg-gray-400"><h6>Brand 400 Color</h6></ColorTheme> |
32 |
| - <ColorTheme color="bg-gray-500"><h6>Brand 500 Color</h6></ColorTheme> |
33 |
| - <ColorTheme color="bg-gray-600"><h6>Brand 600 Color</h6></ColorTheme> |
34 |
| - <ColorTheme color="bg-gray-700"><h6>Brand 700 Color</h6></ColorTheme> |
35 |
| - <ColorTheme color="bg-gray-800"><h6>Brand 800 Color</h6></ColorTheme> |
36 |
| - <ColorTheme color="bg-gray-900"><h6>Brand 900 Color</h6></ColorTheme> |
| 28 | + <ColorTheme color="c-bg-gray-100"><h6>Brand 100 Color</h6></ColorTheme> |
| 29 | + <ColorTheme color="c-bg-gray-200"><h6>Brand 200 Color</h6></ColorTheme> |
| 30 | + <ColorTheme color="c-bg-gray-300"><h6>Brand 300 Color</h6></ColorTheme> |
| 31 | + <ColorTheme color="c-bg-gray-400"><h6>Brand 400 Color</h6></ColorTheme> |
| 32 | + <ColorTheme color="c-bg-gray-500"><h6>Brand 500 Color</h6></ColorTheme> |
| 33 | + <ColorTheme color="c-bg-gray-600"><h6>Brand 600 Color</h6></ColorTheme> |
| 34 | + <ColorTheme color="c-bg-gray-700"><h6>Brand 700 Color</h6></ColorTheme> |
| 35 | + <ColorTheme color="c-bg-gray-800"><h6>Brand 800 Color</h6></ColorTheme> |
| 36 | + <ColorTheme color="c-bg-gray-900"><h6>Brand 900 Color</h6></ColorTheme> |
37 | 37 | </CRow>
|
38 | 38 | </CCardBody>
|
39 | 39 | </CCard>
|
|
43 | 43 | </CCardHeader>
|
44 | 44 | <CCardBody>
|
45 | 45 | <CRow>
|
46 |
| - <ColorTheme color="bg-blue"><h6>Brand Blue Color</h6></ColorTheme> |
47 |
| - <ColorTheme color="bg-indigo"><h6>Brand Indigo Color</h6></ColorTheme> |
48 |
| - <ColorTheme color="bg-purple"><h6>Brand Purple Color</h6></ColorTheme> |
49 |
| - <ColorTheme color="bg-pink"><h6>Brand Pink Color</h6></ColorTheme> |
50 |
| - <ColorTheme color="bg-red"><h6>Brand Red Color</h6></ColorTheme> |
51 |
| - <ColorTheme color="bg-orange"><h6>Brand Orange Color</h6></ColorTheme> |
52 |
| - <ColorTheme color="bg-yellow"><h6>Brand Yellow Color</h6></ColorTheme> |
53 |
| - <ColorTheme color="bg-green"><h6>Brand Green Color</h6></ColorTheme> |
54 |
| - <ColorTheme color="bg-teal"><h6>Brand Teal Color</h6></ColorTheme> |
55 |
| - <ColorTheme color="bg-cyan"><h6>Brand Cyan Color</h6></ColorTheme> |
| 46 | + <ColorTheme color="c-bg-blue"><h6>Brand Blue Color</h6></ColorTheme> |
| 47 | + <ColorTheme color="c-bg-indigo"><h6>Brand Indigo Color</h6></ColorTheme> |
| 48 | + <ColorTheme color="c-bg-purple"><h6>Brand Purple Color</h6></ColorTheme> |
| 49 | + <ColorTheme color="c-bg-pink"><h6>Brand Pink Color</h6></ColorTheme> |
| 50 | + <ColorTheme color="c-bg-red"><h6>Brand Red Color</h6></ColorTheme> |
| 51 | + <ColorTheme color="c-bg-orange"><h6>Brand Orange Color</h6></ColorTheme> |
| 52 | + <ColorTheme color="c-bg-yellow"><h6>Brand Yellow Color</h6></ColorTheme> |
| 53 | + <ColorTheme color="c-bg-green"><h6>Brand Green Color</h6></ColorTheme> |
| 54 | + <ColorTheme color="c-bg-teal"><h6>Brand Teal Color</h6></ColorTheme> |
| 55 | + <ColorTheme color="c-bg-cyan"><h6>Brand Cyan Color</h6></ColorTheme> |
56 | 56 | </CRow>
|
57 | 57 | </CCardBody>
|
58 | 58 | </CCard>
|
|
0 commit comments