2012-12-19 20:57:41 +02:00
|
|
|
/*
|
|
|
|
* 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_self
|
|
|
|
*/
|
|
|
|
|
2012-11-23 17:26:26 +01:00
|
|
|
/**
|
2012-12-19 18:34:24 +02:00
|
|
|
* GitLab bootstrap:
|
2012-11-23 17:26:26 +01:00
|
|
|
*/
|
2012-12-19 18:34:24 +02:00
|
|
|
@import "gitlab_bootstrap.scss";
|
2012-11-06 19:31:01 +02:00
|
|
|
|
2012-12-19 18:34:24 +02:00
|
|
|
@import "common.scss";
|
|
|
|
@import "ref_select.scss";
|
2012-08-29 21:23:43 +03:00
|
|
|
|
2012-07-29 01:34:51 +03:00
|
|
|
@import "sections/header.scss";
|
|
|
|
@import "sections/nav.scss";
|
2012-06-13 20:02:30 +03:00
|
|
|
@import "sections/commits.scss";
|
2012-04-17 00:22:59 +03:00
|
|
|
@import "sections/issues.scss";
|
2012-04-20 19:11:49 +03:00
|
|
|
@import "sections/projects.scss";
|
2012-12-12 19:42:08 +02:00
|
|
|
@import "sections/snippets.scss";
|
2012-12-13 21:44:55 +02:00
|
|
|
@import "sections/votes.scss";
|
2012-06-13 20:02:30 +03:00
|
|
|
@import "sections/merge_requests.scss";
|
|
|
|
@import "sections/graph.scss";
|
2012-09-24 12:32:51 +03:00
|
|
|
@import "sections/events.scss";
|
2012-11-21 07:14:05 +03:00
|
|
|
@import "sections/themes.scss";
|
2012-07-06 16:42:13 +03:00
|
|
|
@import "sections/tree.scss";
|
2012-07-29 01:34:51 +03:00
|
|
|
@import "sections/notes.scss";
|
2012-09-14 19:13:25 +03:00
|
|
|
@import "sections/profile.scss";
|
2012-07-29 01:34:51 +03:00
|
|
|
@import "sections/login.scss";
|
2012-12-19 18:34:24 +02:00
|
|
|
@import "sections/editor.scss";
|
2013-01-13 17:24:29 +02:00
|
|
|
@import "sections/admin.scss";
|
2012-02-20 20:16:55 +03:00
|
|
|
|
2012-06-18 20:18:14 +03:00
|
|
|
@import "highlight/white.scss";
|
|
|
|
@import "highlight/dark.scss";
|
2012-10-09 20:11:49 +03:00
|
|
|
|
|
|
|
/**
|
2012-12-19 18:34:24 +02:00
|
|
|
* UI themes:
|
2012-10-09 20:11:49 +03:00
|
|
|
*/
|
2012-12-19 18:34:24 +02: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";
|
|
|
|
|
2012-12-23 01:03:57 +01:00
|
|
|
/**
|
|
|
|
* Styles for JS behaviors.
|
|
|
|
*/
|
|
|
|
@import "behaviors.scss";
|
|
|
|
|