summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/application.scss20
1 files changed, 14 insertions, 6 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 233e01cc06b..65f775ca3f3 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -11,33 +11,41 @@
*= require cal-heatmap
*/
-/**
+/*
+ * Welcome to GitLab css!
+ * If you need to add or modify UI component that is commont for many pages
+ * like table or typography then make changes in framework/ directory.
+ * If you need to add uniq style that should affect only one page - use pages/
+ * directory.
+ */
+
+/*
* GitLab UI framework
*/
@import "framework";
-/**
+/*
* NProgress load bar css
*/
@import 'nprogress';
@import 'nprogress-bootstrap';
-/**
+/*
* Font icons
*/
@import "font-awesome";
-/**
+/*
* Page specific styles (issues, projects etc):
*/
@import "pages/**/*";
-/**
+/*
* Code highlight
*/
@import "highlight/**/*";
-/**
+/*
* Styles for JS behaviors.
*/
@import "behaviors.scss";