mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
add header icon color variable and add !default to all themeable
variables
This commit is contained in:
@@ -1,38 +1,39 @@
|
||||
@import '_themed_custom_variables.scss';
|
||||
|
||||
$content-spacing: $spacer * 1.5;
|
||||
$content-spacing: $spacer * 1.5 !default;
|
||||
|
||||
$button-height: $input-btn-padding-y * 2 + $input-btn-line-height + calculateRem($input-btn-border-width*2);
|
||||
$button-height: $input-btn-padding-y * 2 + $input-btn-line-height + calculateRem($input-btn-border-width*2) !default;
|
||||
|
||||
$card-height-percentage:98%;
|
||||
$card-thumbnail-height:240px;
|
||||
$dropdown-menu-max-height: 200px;
|
||||
$drop-zone-area-height: 44px;
|
||||
$drop-zone-area-z-index: 1025;
|
||||
$drop-zone-area-inner-z-index: 1021;
|
||||
$login-logo-height:72px;
|
||||
$login-logo-width:72px;
|
||||
$submission-header-z-index: 1001;
|
||||
$submission-footer-z-index: 999;
|
||||
$card-height-percentage:98% !default;
|
||||
$card-thumbnail-height:240px !default;
|
||||
$dropdown-menu-max-height: 200px !default;
|
||||
$drop-zone-area-height: 44px !default;
|
||||
$drop-zone-area-z-index: 1025 !default;
|
||||
$drop-zone-area-inner-z-index: 1021 !default;
|
||||
$login-logo-height:72px !default;
|
||||
$login-logo-width:72px !default;
|
||||
$submission-header-z-index: 1001 !default;
|
||||
$submission-footer-z-index: 999 !default;
|
||||
|
||||
$main-z-index: 0;
|
||||
$nav-z-index: 10;
|
||||
$sidebar-z-index: 20;
|
||||
$main-z-index: 0 !default;
|
||||
$nav-z-index: 10 !default;
|
||||
$sidebar-z-index: 20 !default;
|
||||
|
||||
$header-logo-height: 80px;
|
||||
$header-logo-height-xs: 50px;
|
||||
$header-logo-height: 80px !default;
|
||||
$header-logo-height-xs: 50px !default;
|
||||
$header-icon-color: $link-color !default;
|
||||
|
||||
$admin-sidebar-bg: darken(#2B4E72, 17%);
|
||||
$admin-sidebar-active-bg: darken($admin-sidebar-bg, 3%);
|
||||
$admin-sidebar-header-bg: darken($admin-sidebar-bg, 7%);
|
||||
$admin-sidebar-bg: darken(#2B4E72, 17%) !default;
|
||||
$admin-sidebar-active-bg: darken($admin-sidebar-bg, 3%) !default;
|
||||
$admin-sidebar-header-bg: darken($admin-sidebar-bg, 7%) !default;
|
||||
|
||||
$dark-scrollbar-background: $admin-sidebar-active-bg;
|
||||
$dark-scrollbar-foreground: #47495d;
|
||||
$dark-scrollbar-background: $admin-sidebar-active-bg !default;
|
||||
$dark-scrollbar-foreground: #47495d !default;
|
||||
|
||||
$submission-sections-margin-bottom: .5rem !default;
|
||||
|
||||
$edit-item-button-min-width: 100px;
|
||||
$edit-item-metadata-field-width: 190px;
|
||||
$edit-item-language-field-width: 43px;
|
||||
$edit-item-button-min-width: 100px !default;
|
||||
$edit-item-metadata-field-width: 190px !default;
|
||||
$edit-item-language-field-width: 43px !default;
|
||||
|
||||
$thumbnail-max-width: 175px;
|
||||
$thumbnail-max-width: 175px !default;
|
||||
|
Reference in New Issue
Block a user