File tree Expand file tree Collapse file tree 18 files changed +26
-26
lines changed Expand file tree Collapse file tree 18 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class Breadcrumbs extends Component {
11
11
< CardHeader >
12
12
< i className = "fa fa-align-justify" > </ i > < strong > Breadcrumbs</ strong >
13
13
< div className = "card-header-actions" >
14
- < a href = "https://reactstrap.github.io/components/breadcrumbs/" rel = "noreferrer noopener" target = "_blank" >
14
+ < a href = "https://reactstrap.github.io/components/breadcrumbs/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
15
15
< small className = "text-muted" > docs</ small >
16
16
</ a >
17
17
</ div >
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ class Carousels extends Component {
88
88
< CardHeader >
89
89
< i className = "fa fa-align-justify" > </ i > < strong > Carousel</ strong >
90
90
< div className = "card-header-actions" >
91
- < a href = "https://reactstrap.github.io/components/carousel/" rel = "noreferrer noopener" target = "_blank" >
91
+ < a href = "https://reactstrap.github.io/components/carousel/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
92
92
< small className = "text-muted" > docs</ small >
93
93
</ a >
94
94
</ div >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class Collapses extends Component {
50
50
< CardHeader >
51
51
< i className = "fa fa-align-justify" > </ i > < strong > Collapse</ strong >
52
52
< div className = "card-header-actions" >
53
- < a href = "https://reactstrap.github.io/components/collapse/" rel = "noreferrer noopener" target = "_blank" >
53
+ < a href = "https://reactstrap.github.io/components/collapse/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
54
54
< small className = "text-muted" > docs</ small >
55
55
</ a >
56
56
</ div >
@@ -91,7 +91,7 @@ class Collapses extends Component {
91
91
< CardHeader >
92
92
< i className = "fa fa-align-justify" > </ i > < strong > Fade</ strong >
93
93
< div className = "card-header-actions" >
94
- < a href = "https://reactstrap.github.io/components/fade/" rel = "noreferrer noopener" target = "_blank" >
94
+ < a href = "https://reactstrap.github.io/components/fade/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
95
95
< small className = "text-muted" > docs</ small >
96
96
</ a >
97
97
</ div >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class Dropdowns extends Component {
29
29
< CardHeader >
30
30
< i className = "fa fa-align-justify" > </ i > < strong > Dropdowns</ strong >
31
31
< div className = "card-header-actions" >
32
- < a href = "https://reactstrap.github.io/components/dropdowns/" rel = "noreferrer noopener" target = "_blank" >
32
+ < a href = "https://reactstrap.github.io/components/dropdowns/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
33
33
< small className = "text-muted" > docs</ small >
34
34
</ a >
35
35
</ div >
Original file line number Diff line number Diff line change @@ -1051,9 +1051,9 @@ class Forms extends Component {
1051
1051
< CardHeader >
1052
1052
< i className = "fa fa-edit" > </ i > Form Elements
1053
1053
< div className = "card-header-actions" >
1054
- < a href = "#" className = "btn-setting" > < i className = "icon-settings" > </ i > </ a >
1055
- < Button className = "btn btn-minimize" data-target = "#collapseExample" onClick = { this . toggle } > < i className = "icon-arrow-up" > </ i > </ Button >
1056
- < a href = "#" className = "btn-close" > < i className = "icon-close" > </ i > </ a >
1054
+ < a href = "#" className = "card-header-action btn-setting" > < i className = "icon-settings" > </ i > </ a >
1055
+ < a className = "card-header-action btn btn-minimize" data-target = "#collapseExample" onClick = { this . toggle } > < i className = "icon-arrow-up" > </ i > </ a >
1056
+ < a href = "#" className = "card-header-action btn-close" > < i className = "icon-close" > </ i > </ a >
1057
1057
</ div >
1058
1058
</ CardHeader >
1059
1059
< Collapse isOpen = { this . state . collapse } id = "collapseExample" >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class Jumbotrons extends Component {
10
10
< CardHeader >
11
11
< i className = "fa fa-align-justify" > </ i > < strong > Jumbotron</ strong >
12
12
< div className = "card-header-actions" >
13
- < a href = "https://reactstrap.github.io/components/jumbotron/" rel = "noreferrer noopener" target = "_blank" >
13
+ < a href = "https://reactstrap.github.io/components/jumbotron/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
14
14
< small className = "text-muted" > docs</ small >
15
15
</ a >
16
16
</ div >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class ListGroups extends Component {
12
12
< CardHeader >
13
13
< i className = "fa fa-align-justify" > </ i > < strong > List Group</ strong >
14
14
< div className = "card-header-actions" >
15
- < a href = "https://reactstrap.github.io/components/listgroup/" rel = "noreferrer noopener" target = "_blank" >
15
+ < a href = "https://reactstrap.github.io/components/listgroup/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
16
16
< small className = "text-muted" > docs</ small >
17
17
</ a >
18
18
</ div >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class Navbars extends Component {
48
48
< CardHeader >
49
49
< i className = "fa fa-align-justify" > </ i > < strong > Navbar</ strong >
50
50
< div className = "card-header-actions" >
51
- < a href = "https://reactstrap.github.io/components/navbar/" rel = "noreferrer noopener" target = "_blank" >
51
+ < a href = "https://reactstrap.github.io/components/navbar/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
52
52
< small className = "text-muted" > docs</ small >
53
53
</ a >
54
54
</ div >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class Navs extends Component {
28
28
< CardHeader >
29
29
< i className = "fa fa-align-justify" > </ i > < strong > Navs</ strong >
30
30
< div className = "card-header-actions" >
31
- < a href = "https://reactstrap.github.io/components/navs/" rel = "noreferrer noopener" target = "_blank" >
31
+ < a href = "https://reactstrap.github.io/components/navs/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
32
32
< small className = "text-muted" > docs</ small >
33
33
</ a >
34
34
</ div >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class Paginations extends Component {
10
10
< CardHeader >
11
11
< i className = "fa fa-align-justify" > </ i > < strong > Pagination</ strong >
12
12
< div className = "card-header-actions" >
13
- < a href = "https://reactstrap.github.io/components/pagination/" rel = "noreferrer noopener" target = "_blank" >
13
+ < a href = "https://reactstrap.github.io/components/pagination/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
14
14
< small className = "text-muted" > docs</ small >
15
15
</ a >
16
16
</ div >
You can’t perform that action at this time.
0 commit comments