gitlab-org--gitlab-foss/app/assets/stylesheets/application.scss

61 lines
1.6 KiB
SCSS
Raw Normal View History

/*
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= require jquery.ui.gitlab
*= require jquery.atwho
*= require chosen
*= require select2
*= require_self
*/
/**
2012-12-19 11:34:24 -05:00
* GitLab bootstrap:
*/
2012-12-19 11:34:24 -05:00
@import "gitlab_bootstrap.scss";
2012-12-19 11:34:24 -05:00
@import "common.scss";
@import "selects.scss";
2012-07-28 18:34:51 -04:00
@import "sections/header.scss";
@import "sections/nav.scss";
2012-06-13 13:02:30 -04:00
@import "sections/commits.scss";
@import "sections/issues.scss";
@import "sections/projects.scss";
2012-12-12 12:42:08 -05:00
@import "sections/snippets.scss";
@import "sections/votes.scss";
2012-06-13 13:02:30 -04:00
@import "sections/merge_requests.scss";
@import "sections/graph.scss";
@import "sections/events.scss";
2012-11-20 23:14:05 -05:00
@import "sections/themes.scss";
2012-07-06 09:42:13 -04:00
@import "sections/tree.scss";
2012-07-28 18:34:51 -04:00
@import "sections/notes.scss";
2012-09-14 12:13:25 -04:00
@import "sections/profile.scss";
2012-07-28 18:34:51 -04:00
@import "sections/login.scss";
2012-12-19 11:34:24 -05:00
@import "sections/editor.scss";
2013-01-13 10:24:29 -05:00
@import "sections/admin.scss";
@import "sections/wiki.scss";
2013-03-19 06:34:59 -04:00
@import "sections/wall.scss";
2013-04-06 07:35:17 -04:00
@import "sections/dashboard.scss";
@import "sections/stat_graph.scss";
2012-02-20 12:16:55 -05:00
2012-06-18 13:18:14 -04:00
@import "highlight/white.scss";
@import "highlight/dark.scss";
@import "highlight/solarized_dark.scss";
2013-04-23 16:30:50 -04:00
@import "highlight/monokai.scss";
2012-10-09 13:11:49 -04:00
/**
2012-12-19 11:34:24 -05:00
* UI themes:
2012-10-09 13:11:49 -04:00
*/
2012-12-19 11:34:24 -05:00
@import "themes/ui_basic.scss";
@import "themes/ui_mars.scss";
@import "themes/ui_modern.scss";
@import "themes/ui_gray.scss";
@import "themes/ui_color.scss";
/**
* Styles for JS behaviors.
*/
@import "behaviors.scss";