mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
80154: Fix semicolon placement
This commit is contained in:
@@ -12,8 +12,8 @@ $image-path: "../assets/images" !default;
|
||||
|
||||
/** Bootstrap Variables **/
|
||||
/* Colors */
|
||||
$gray-700: #495057; !default // Bootstrap $gray-700
|
||||
$gray-100: #f8f9fa; !default // $gray-100
|
||||
$gray-700: #495057 !default; // Bootstrap $gray-700
|
||||
$gray-100: #f8f9fa !default; // $gray-100
|
||||
|
||||
/* Reassign color vars to semantic color scheme */
|
||||
$blue: #2B4E72 !default;
|
||||
|
Reference in New Issue
Block a user