Skip to content

Commit

Permalink
Latest bootstrap and fixes
Browse files Browse the repository at this point in the history
- fix missing icons in user menu
- fix minor issue with worldmap bootstrap 4.1 compatiblity
- fix issue with earlier spelling issue fix that broke social-box design.
- removed normalize.css as bootstrap already includes a css reset.
- removed bootstrap-select.css as it doesn't seem to be used.
- removed glyphicons, icomoon, codropsicons as they don't seem to be used.
- moved all external dependencies to /vendors folder
- removed plugins.js and included bootstrap.js instead. classie and Toggles doesn't seem to be used.
- added bower to manage external dependencies
- added an .editorconfig file
- added a .gitignore file
- added a package.json file
- added gruntfile.js to compile the css
- maps-vector.html, fixed missing card header France
- maps-vector.html, fixed spelling Tunisia
- fixed chart widgets, tooltip background color and font.
  • Loading branch information
stsilversurfer committed Oct 6, 2018
1 parent 0158a5f commit c5b0594
Show file tree
Hide file tree
Showing 3,712 changed files with 467,499 additions and 113,658 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory" : "vendors"
}
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nbproject
npm-debug.log
node_modules
.sass-cache
Docker/
Loading

0 comments on commit c5b0594

Please sign in to comment.