Skip to content

Commit eee4642

Browse files
author
Manu
committed
- copyright
1 parent 5b1d18d commit eee4642

33 files changed

Lines changed: 501 additions & 4 deletions

Documentation/css/demo.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*!
2+
3+
=========================================================
4+
* Light Bootstrap Dashboard React - v1.3.0
5+
=========================================================
6+
7+
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-react
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/light-bootstrap-dashboard-react/blob/master/LICENSE.md)
10+
11+
* Coded by Creative Tim
12+
13+
=========================================================
14+
15+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
*/
118
@media (min-width: 992px){
219
.typo-line{
320
padding-left: 140px;

Documentation/css/documentation.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*!
2+
3+
=========================================================
4+
* Light Bootstrap Dashboard React - v1.3.0
5+
=========================================================
6+
7+
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-react
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/light-bootstrap-dashboard-react/blob/master/LICENSE.md)
10+
11+
* Coded by Creative Tim
12+
13+
=========================================================
14+
15+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
*/
118
.tim-row{
219
padding-top: 60px;
320
}

Documentation/css/light-bootstrap-dashboard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
=========================================================
77
88
* Product Page: http://www.creative-tim.com/product/light-bootstrap-dashboard-react
9-
* Copyright 2017 Creative Tim (http://www.creative-tim.com)
9+
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
1010
* Licensed under MIT (https://github.com/creativetimofficial/light-bootstrap-dashboard-react/blob/master/LICENSE.md)
1111
1212
=========================================================

Documentation/tutorial-components.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<!--
2+
/*!
3+
4+
=========================================================
5+
* Light Bootstrap Dashboard React - v1.3.0
6+
=========================================================
7+
8+
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-react
9+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
10+
* Licensed under MIT (https://github.com/creativetimofficial/light-bootstrap-dashboard-react/blob/master/LICENSE.md)
11+
12+
* Coded by Creative Tim
13+
14+
=========================================================
15+
16+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
17+
18+
*/
19+
-->
120
<!DOCTYPE html>
221
<html lang="en">
322
<head>

public/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<!--
2+
/*!
3+
4+
=========================================================
5+
* Light Bootstrap Dashboard React - v1.3.0
6+
=========================================================
7+
8+
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-react
9+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
10+
* Licensed under MIT (https://github.com/creativetimofficial/light-bootstrap-dashboard-react/blob/master/LICENSE.md)
11+
12+
* Coded by Creative Tim
13+
14+
=========================================================
15+
16+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
17+
18+
*/
19+
-->
120
<!DOCTYPE html>
221
<html lang="en">
322
<head>

src/assets/css/light-bootstrap-dashboard-react.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
=========================================================
77
88
* Product Page: http://www.creative-tim.com/product/light-bootstrap-dashboard-react
9-
* Copyright 2017 Creative Tim (http://www.creative-tim.com)
9+
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
1010
* Licensed under MIT (https://github.com/creativetimofficial/light-bootstrap-dashboard-react/blob/master/LICENSE.md)
1111
1212
=========================================================

src/assets/css/light-bootstrap-dashboard-react.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/sass/light-bootstrap-dashboard-react.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
=========================================================
77
88
* Product Page: http://www.creative-tim.com/product/light-bootstrap-dashboard-react
9-
* Copyright 2017 Creative Tim (http://www.creative-tim.com)
9+
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
1010
* Licensed under MIT (https://github.com/creativetimofficial/light-bootstrap-dashboard-react/blob/master/LICENSE.md)
1111
1212
=========================================================

src/components/Card/Card.jsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*!
2+
3+
=========================================================
4+
* Light Bootstrap Dashboard React - v1.3.0
5+
=========================================================
6+
7+
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-react
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/light-bootstrap-dashboard-react/blob/master/LICENSE.md)
10+
11+
* Coded by Creative Tim
12+
13+
=========================================================
14+
15+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
*/
118
import React, { Component } from "react";
219

320
export class Card extends Component {

src/components/CustomButton/CustomButton.jsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*!
2+
3+
=========================================================
4+
* Light Bootstrap Dashboard React - v1.3.0
5+
=========================================================
6+
7+
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-react
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/light-bootstrap-dashboard-react/blob/master/LICENSE.md)
10+
11+
* Coded by Creative Tim
12+
13+
=========================================================
14+
15+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
*/
118
import React, { Component } from "react";
219
import { Button } from "react-bootstrap";
320
import cx from "classnames";

0 commit comments

Comments
 (0)