Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/main.scss')
-rw-r--r--app/assets/stylesheets/main.scss20
1 files changed, 17 insertions, 3 deletions
diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss
index 851d4295060..7bf56cd0c8b 100644
--- a/app/assets/stylesheets/main.scss
+++ b/app/assets/stylesheets/main.scss
@@ -64,14 +64,28 @@ $hover: #FDF5D9;
border-radius: $radius;
}
+
+
+/**
+ * Header of application.
+ * Contain application logo, search panel, profile icon
+ */
+@import "header.scss";
+
+/**
+ * Navigation menu of application.
+ * Panel with links to pages depends on project, profile or admin area
+ */
+@import "nav.scss";
+
/**
* This file represent some UI that can be changed
* during web app restyle or theme select.
*
* Next items should be placed there
- * - link colors
- * - header styles
- * - main menu styles
+ * - link, button colors
+ * - header restyles
+ * - main menu restyles
*
*/
@import "themes/ui_basic.scss";