Skip to content
Snippets Groups Projects
Verified Commit c42d35b7 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add css welcome notice

parent bdd477a0
No related branches found
No related tags found
1 merge request!1571Refactor css structure
Pipeline #
Loading
@@ -11,33 +11,41 @@
Loading
@@ -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";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment