27 lines
623 B
Sass
27 lines
623 B
Sass
@import _normalize
|
|
@import _config
|
|
@import _utils
|
|
|
|
/* Generic styles (comments, notifications, etc) come from base.css */
|
|
|
|
/* Blender Cloud specific styles */
|
|
@import _project
|
|
@import _project-sharing
|
|
@import _project-dashboard
|
|
@import _user
|
|
@import _welcome
|
|
@import _homepage
|
|
@import _services
|
|
@import _stats
|
|
@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 */
|