
Add a bootstrap css based theme to groups portal, and match the design elements and layout of new openstack.org site. This patch will not enable the theme by default, just add the bootstrap module and the openstack subtheme. The subtheme is based on the sass version of bootstrap with a bundle compass support. Change-Id: Iae976151e87d4d2edd6e913a5aea16d9c13dc051
51 lines
926 B
SCSS
51 lines
926 B
SCSS
// Core variables and mixins
|
|
@import "variables";
|
|
@import "mixins";
|
|
|
|
// Reset and dependencies
|
|
@import "normalize";
|
|
@import "print";
|
|
@import "glyphicons";
|
|
|
|
// Core CSS
|
|
@import "scaffolding";
|
|
@import "type";
|
|
@import "code";
|
|
@import "grid";
|
|
@import "tables";
|
|
@import "forms";
|
|
@import "buttons";
|
|
|
|
// Components
|
|
@import "component-animations";
|
|
@import "dropdowns";
|
|
@import "button-groups";
|
|
@import "input-groups";
|
|
@import "navs";
|
|
@import "navbar";
|
|
@import "breadcrumbs";
|
|
@import "pagination";
|
|
@import "pager";
|
|
@import "labels";
|
|
@import "badges";
|
|
@import "jumbotron";
|
|
@import "thumbnails";
|
|
@import "alerts";
|
|
@import "progress-bars";
|
|
@import "media";
|
|
@import "list-group";
|
|
@import "panels";
|
|
@import "responsive-embed";
|
|
@import "wells";
|
|
@import "close";
|
|
|
|
// Components w/ JavaScript
|
|
@import "modals";
|
|
@import "tooltip";
|
|
@import "popovers";
|
|
@import "carousel";
|
|
|
|
// Utility classes
|
|
@import "utilities";
|
|
@import "responsive-utilities";
|