Commit c42d35b7 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add css welcome notice

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent bdd477a0
...@@ -11,33 +11,41 @@ ...@@ -11,33 +11,41 @@
*= require cal-heatmap *= 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 * GitLab UI framework
*/ */
@import "framework"; @import "framework";
/** /*
* NProgress load bar css * NProgress load bar css
*/ */
@import 'nprogress'; @import 'nprogress';
@import 'nprogress-bootstrap'; @import 'nprogress-bootstrap';
/** /*
* Font icons * Font icons
*/ */
@import "font-awesome"; @import "font-awesome";
/** /*
* Page specific styles (issues, projects etc): * Page specific styles (issues, projects etc):
*/ */
@import "pages/**/*"; @import "pages/**/*";
/** /*
* Code highlight * Code highlight
*/ */
@import "highlight/**/*"; @import "highlight/**/*";
/** /*
* Styles for JS behaviors. * Styles for JS behaviors.
*/ */
@import "behaviors.scss"; @import "behaviors.scss";
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment