Merge pull request #7 from xidedix/master

minor tweaks
This commit is contained in:
xidedix 2017-08-31 12:16:04 +02:00 committed by GitHub
commit 7ca12d7779
5 changed files with 11 additions and 13 deletions

View File

@ -12,7 +12,7 @@ Please help us on [Product Hunt](https://www.producthunt.com/posts/coreui-open-s
Why I decided to create CoreUI? Please read this article: [Jack of all trades, master of none. Why Boostrap Admin Templates suck.](https://medium.com/@lukaszholeczek/jack-of-all-trades-master-of-none-5ea53ef8a1f#.7eqx1bcd8) Why I decided to create CoreUI? Please read this article: [Jack of all trades, master of none. Why Boostrap Admin Templates suck.](https://medium.com/@lukaszholeczek/jack-of-all-trades-master-of-none-5ea53ef8a1f#.7eqx1bcd8)
CoreUI is Open Source React & Bootstrap Admin Template. CoreUI is not just another Admin Template. It goes way beyond hitherto admin templates thanks to transparent code and file structure. And if that's not enough, let's just add that the CoreUI consists bunch of unique features and over 1000 high quality icons., CoreUI is Open Source React & Bootstrap Admin Template. CoreUI is not just another Admin Template. It goes way beyond hitherto admin templates thanks to transparent code and file structure. And if that's not enough, let's just add that the CoreUI consists bunch of unique features and over 1000 high quality icons.
CoreUI based on Bootstrap 4 and offers 6 versions: HTML5, AJAX, AngularJS, Angular 2, React.js & Vue.js. CoreUI based on Bootstrap 4 and offers 6 versions: HTML5, AJAX, AngularJS, Angular 2, React.js & Vue.js.

View File

@ -37,11 +37,10 @@
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"history": "4.7.2", "history": "4.7.2",
"react": "^15.6.1", "react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-addons-transition-group": "^15.6.0",
"react-chartjs-2": "2.6.1", "react-chartjs-2": "2.6.1",
"react-dom": "^15.6.1", "react-dom": "^15.6.1",
"react-router-dom": "4.2.0", "react-router-dom": "4.2.2",
"react-transition-group": "^1.2.0",
"reactstrap": "^4.8.0", "reactstrap": "^4.8.0",
"simple-line-icons": "^2.4.1" "simple-line-icons": "^2.4.1"
}, },

View File

@ -31,9 +31,9 @@
} }
// //
.modal-open .modal { //.modal-open .modal {
display: block; // display: block;
} //}
// navbar dropdown fix // navbar dropdown fix
.navbar .dropdown-toggle { .navbar .dropdown-toggle {

View File

@ -37,11 +37,10 @@
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"history": "4.7.2", "history": "4.7.2",
"react": "^15.6.1", "react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-addons-transition-group": "^15.6.0",
"react-chartjs-2": "2.6.1", "react-chartjs-2": "2.6.1",
"react-dom": "^15.6.1", "react-dom": "^15.6.1",
"react-router-dom": "4.2.0", "react-router-dom": "4.2.2",
"react-transition-group": "^1.2.0",
"reactstrap": "^4.8.0", "reactstrap": "^4.8.0",
"simple-line-icons": "^2.4.1" "simple-line-icons": "^2.4.1"
}, },

View File

@ -31,9 +31,9 @@
} }
// //
.modal-open .modal { //.modal-open .modal {
display: block; // display: block;
} //}
// navbar dropdown fix // navbar dropdown fix
.navbar .dropdown-toggle { .navbar .dropdown-toggle {