Three Sass files have been moved so far: _welcome _homepage _services The '_stats.sass' file is no longer used since Kibana
22 lines
519 B
Sass
22 lines
519 B
Sass
@import _normalize
|
|
@import _config
|
|
@import _utils
|
|
|
|
/* Generic styles (comments, notifications, etc) come from base.css */
|
|
|
|
@import _project
|
|
@import _project-sharing
|
|
@import _project-dashboard
|
|
@import _user
|
|
@import _search
|
|
@import _organizations
|
|
|
|
/* services, about, etc */
|
|
@import _pages
|
|
|
|
/* plugins are included here, don't include in base unless needed by other pillar apps */
|
|
@import plugins/_jstree
|
|
@import plugins/_js_select2
|
|
|
|
/* CSS for pillar-font comes from fontello.com using static/assets/font/config.json */
|