mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
Added bootstrap with ng-bootstrap
This commit is contained in:
18
src/styles/variables.scss
Normal file
18
src/styles/variables.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
// Colors
|
||||
|
||||
$gray-dark: #373a3c !default;
|
||||
$gray: #55595c !default;
|
||||
$gray-light: #818a91 !default;
|
||||
$gray-lighter: #eceeef !default;
|
||||
$gray-lightest: #f7f7f9 !default;
|
||||
|
||||
$brand-primary: #0275d8 !default;
|
||||
$brand-success: #5cb85c !default;
|
||||
$brand-info: #5bc0de !default;
|
||||
$brand-warning: #f0ad4e !default;
|
||||
$brand-danger: #d9534f !default;
|
||||
$brand-inverse: $gray-dark !default;
|
||||
|
||||
// Fonts
|
||||
|
||||
$fa-font-path: "../assets/fonts";
|
Reference in New Issue
Block a user