Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-dashboard
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-analytics-dashboard
Commits
e317a452
Commit
e317a452
authored
Sep 12, 2016
by
Dennis Jen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
created and referencing bootstrap-components.scss
parent
6610817c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
1 deletions
+54
-1
analytics_dashboard/static/sass/_bootstrap-components.scss
+53
-0
analytics_dashboard/static/sass/style-application.scss
+1
-1
No files found.
analytics_dashboard/static/sass/_bootstrap-components.scss
0 → 100644
View file @
e317a452
// Use of bootstrap is deprecated. Components still in use are are imported here
// we're commenting them out as they are phased out.
// Core variables and mixins
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/variables"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins"
;
// Reset and dependencies
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/normalize"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/print"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/glyphicons"
;
// Core CSS
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/scaffolding"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/type"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/code"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/grid"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/tables"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/forms"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/buttons"
;
// Components
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/component-animations"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/dropdowns"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/button-groups"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/input-groups"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/navs"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/navbar"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/breadcrumbs"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/pagination"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/pager"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/labels"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/badges"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/jumbotron"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/thumbnails"
;
//@import "../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/alerts";
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/progress-bars"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/media"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/list-group"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/panels"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/responsive-embed"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/wells"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/close"
;
// Components w/ JavaScript
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/modals"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/tooltip"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/popovers"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/carousel"
;
// Utility classes
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/utilities"
;
@import
"../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/responsive-utilities"
;
analytics_dashboard/static/sass/style-application.scss
View file @
e317a452
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
// vendor
// vendor
// --------------------
// --------------------
@import
"../bower_components/edx-pattern-library/pattern-library/sass/edx-pattern-library-ltr-compiled"
;
@import
"../bower_components/edx-pattern-library/pattern-library/sass/edx-pattern-library-ltr-compiled"
;
@import
"
../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap
"
;
@import
"
bootstrap-components
"
;
@import
"../bower_components/bootstrapaccessibilityplugin/plugins/css/bootstrap-accessibility"
;
@import
"../bower_components/bootstrapaccessibilityplugin/plugins/css/bootstrap-accessibility"
;
@import
"../bower_components/font-awesome/scss/font-awesome"
;
@import
"../bower_components/font-awesome/scss/font-awesome"
;
@import
"../vendor/dataTables/dataTables.bootstrap"
;
@import
"../vendor/dataTables/dataTables.bootstrap"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment