mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
80154: Revert to default Bootstrap grays
This commit is contained in:
@@ -12,12 +12,6 @@ $image-path: "../assets/images" !default;
|
||||
|
||||
/** Bootstrap Variables **/
|
||||
/* Colors */
|
||||
$gray-base: #000 !default;
|
||||
$gray-900: lighten($gray-base, 13.5%) !default; // #222
|
||||
$gray-800: lighten($gray-base, 26.6%) !default; // #444
|
||||
$gray-700: lighten($gray-base, 46.6%) !default; // #777
|
||||
$gray-600: lighten($gray-base, 73.3%) !default; // #bbb
|
||||
$gray-100: lighten($gray-base, 93.5%) !default; // #eee
|
||||
|
||||
/* Reassign color vars to semantic color scheme */
|
||||
$blue: #2B4E72 !default;
|
||||
@@ -29,12 +23,12 @@ $dark: darken($blue, 17%) !default;
|
||||
|
||||
$theme-colors: (
|
||||
primary: $blue,
|
||||
secondary: $gray-700,
|
||||
secondary: #495057, // Bootstrap $gray-700
|
||||
success: $green,
|
||||
info: $cyan,
|
||||
warning: $yellow,
|
||||
danger: $red,
|
||||
light: $gray-100,
|
||||
light: #f8f9fa, // Bootstrap $gray-100
|
||||
dark: $dark
|
||||
) !default;
|
||||
/* Fonts */
|
||||
|
Reference in New Issue
Block a user