Refactored theme css, added Modern theme pre version
This commit is contained in:
parent
a6dad85d2f
commit
04bf40a923
10 changed files with 172 additions and 11 deletions
|
@ -74,12 +74,17 @@ $hover: #FDF5D9;
|
|||
* - main menu styles
|
||||
*
|
||||
*/
|
||||
@import "ui_basic.scss";
|
||||
@import "themes/ui_basic.scss";
|
||||
|
||||
/**
|
||||
* UI mars theme
|
||||
*/
|
||||
@import "ui_mars.scss";
|
||||
@import "themes/ui_mars.scss";
|
||||
|
||||
/**
|
||||
* UI Modern theme
|
||||
*/
|
||||
@import "themes/ui_modern.scss";
|
||||
|
||||
/**
|
||||
* Gitlab bootstrap.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue