CSS refactoring
This commit is contained in:
parent
d143680c64
commit
36e88b960a
9 changed files with 208 additions and 174 deletions
|
@ -117,20 +117,15 @@ $hover: #FDF5D9;
|
|||
*/
|
||||
@import "common.scss";
|
||||
|
||||
|
||||
/**
|
||||
* Styles related to displaying commits
|
||||
* Styles related to specific part of app
|
||||
*/
|
||||
@import "sections/commits.scss";
|
||||
|
||||
/**
|
||||
* Styles related to displaying issues
|
||||
*/
|
||||
@import "sections/issues.scss";
|
||||
|
||||
/**
|
||||
* Styles related to projects
|
||||
*/
|
||||
@import "sections/projects.scss";
|
||||
@import "sections/merge_requests.scss";
|
||||
@import "sections/graph.scss";
|
||||
|
||||
/**
|
||||
* This scss file redefine chozen selectbox styles for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue