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
Branches
Tags
1 merge request!1571Refactor css structure
Pipeline #
Loading
Loading
@@ -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";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment