gitlab-org--gitlab-foss/app/assets/stylesheets/application.scss

59 lines
1.0 KiB
SCSS
Raw Normal View History

/*
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= require jquery.ui.datepicker
*= require jquery.ui.autocomplete
*= require jquery.atwho
*= require select2
*= require highlightjs.min
*= require_self
*= require nprogress
*= require nprogress-bootstrap
*= require dropzone/basic
*/
@import "main/*";
/**
* Customized Twitter bootstrap
*/
@import 'gl_bootstrap';
/**
* Font icons
*
*/
@import "font-awesome";
/**
* Generic css (forms, nav etc):
*/
@import "generic/*";
2012-02-20 17:16:55 +00:00
/**
* Page specific styles (issues, projects etc):
*/
2014-04-15 16:01:54 +00:00
@import "sections/*";
/**
* Code highlight
*/
@import "highlight/*";
2012-10-09 17:11:49 +00:00
/**
2012-12-19 16:34:24 +00:00
* UI themes:
2012-10-09 17:11:49 +00:00
*/
@import "themes/*";
2012-12-19 16:34:24 +00:00
/**
* Styles for JS behaviors.
*/
@import "behaviors.scss";
2014-06-14 09:17:11 +00:00
/**
* Styles for responsive sidebar
*/
@import "semantic-ui/modules/sidebar"