Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
c42d35b7
Commit
c42d35b7
authored
Oct 12, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add css welcome notice
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
bdd477a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
app/assets/stylesheets/application.scss
app/assets/stylesheets/application.scss
+14
-6
No files found.
app/assets/stylesheets/application.scss
View file @
c42d35b7
...
...
@@ -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"
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment