forked from DSpace/dspace-angular
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_custom_variables.scss
More file actions
112 lines (92 loc) · 4.09 KB
/
Copy path_custom_variables.scss
File metadata and controls
112 lines (92 loc) · 4.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
:root {
--lt-vsb-tuo-cyan: #00a499;
--lt-vsb-tuo-cyan-hover: #026962;
--lt-vsb-tuo-cyan-lighter: #52e3d9;
--lt-vsb-tuo-black: #171f2b;
--lt-vsb-tuo-darkgray: #828899;
--lt-vsb-tuo-lightgray: #fafafa;
--ds-content-spacing: #{$spacer}; // equivalent to Bootstrap spaces of size 3
--ds-button-height: #{$input-btn-padding-y * 2 + $input-btn-line-height + calculateRem($input-btn-border-width*2)};
--ds-card-height-percentage:98%;
--ds-card-thumbnail-height:240px;
--ds-dropdown-menu-max-height: 200px;
--ds-drop-zone-area-height: 44px;
--ds-drop-zone-area-z-index: 1025;
--ds-drop-zone-area-inner-z-index: 1021;
--ds-login-logo-height: 72px;
--ds-login-logo-width: 72px;
--ds-submission-header-z-index: 1001;
--ds-submission-footer-z-index: 999;
--ds-main-z-index: 1;
--ds-nav-z-index: 10;
--ds-footer-z-index: 0;
--ds-sidebar-z-index: 20;
--ds-header-bg: var(--lt-vsb-tuo-cyan);
--ds-header-logo-height: 50px;
--ds-header-logo-height-xs: 50px;
$header-icon-color: #fff;
--ds-header-icon-color: #{$header-icon-color};
--ds-header-icon-color-hover: #{darken($header-icon-color, 15%)};
--ds-navbar-bg: var(--ds-header-bg);
--ds-header-navbar-border-top-color: #{$white};
--ds-header-navbar-border-bottom-color: #{$gray-400};
--ds-navbar-link-color: var(--lt-vsb-tuo-cyan);
--ds-navbar-link-color-hover: var(--lt-vsb-tuo-cyan-hover);
--ds-expandable-navbar-bg: var(--ds-navbar-bg);
--ds-expandable-navbar-link-color: var(--ds-navbar-link-color);
--ds-expandable-navbar-link-color-hover: var(--ds-navbar-link-color-hover);
$admin-sidebar-bg: darken(#2B4E72, 17%);
$admin-sidebar-active-bg: darken($admin-sidebar-bg, 3%);
--ds-admin-sidebar-bg: #292B2F;
--ds-admin-sidebar-active-bg: #222427;
--ds-admin-sidebar-header-bg: #181a1c;
--ds-dark-scrollbar-bg: #{$admin-sidebar-active-bg};
--ds-dark-scrollbar-alt-bg: #{lighten($admin-sidebar-active-bg, 2%)};
--ds-dark-scrollbar-fg: #47495d;
--ds-submission-sections-margin-bottom: .5rem;
--ds-edit-item-button-min-width: 100px;
--ds-edit-item-metadata-field-width: 190px;
--ds-edit-item-language-field-width: 43px;
--ds-thumbnail-max-width: 125px;
--ds-thumbnail-placeholder-background: #{$gray-100};
--ds-thumbnail-placeholder-border: 1px solid #{$gray-300};
--ds-thumbnail-placeholder-color: #{lighten($gray-800, 7%)};
--ds-dso-selector-list-max-height: 475px;
--ds-dso-selector-current-background-color: #eeeeee;
--ds-dso-selector-current-background-hover-color: #{darken(#eeeeee, 10%)};
--ds-notification-bg-success: #{darken(adjust-hue($success, -10), 10%)};
--ds-notification-bg-danger: #{darken(adjust-hue($danger, -10), 10%)};
--ds-notification-bg-info: #{darken(adjust-hue($info, -10), 10%)};
--ds-notification-bg-warning: #{darken(adjust-hue($warning, -10), 10%)};
// --ds-fa-fixed-width: #{$fa-fixed-width};
// --ds-icon-padding: #{$icon-padding};
// --ds-collapsed-sidebar-width: #{$collapsed-sidebar-width};
// --ds-sidebar-items-width: #{$sidebar-items-width};
// --ds-total-sidebar-width: #{$total-sidebar-width};
--ds-top-footer-bg: #{$gray-200};
--ds-footer-bg: #{theme-color('primary')};
--ds-footer-border: 1px solid var(--bs-gray-400);
--ds-footer-padding: 0;
--ds-footer-padding-bottom: 0;
--ds-footer-logo-height: 50px;
$home-news-link-color: $cyan;
--ds-home-news-link-color: #{$home-news-link-color};
--ds-home-news-link-hover-color: #{darken($home-news-link-color, 15%)};
--ds-home-news-background-color: #{$gray-200};
--ds-breadcrumb-bg: #{$gray-200} !important;
--ds-breadcrumb-link-color: #{$cyan};
--ds-breadcrumb-link-active-color: #{darken($cyan, 30%)};
--ds-breadcrumb-max-length: 200px;
--ds-slider-color: #{$green};
--ds-slider-handle-width: 18px;
--ds-search-form-scope-max-width: 150px;
--ds-context-x-offset: -16px;
--ds-context-help-icon-size: 16px;
--ds-context-help-tooltip-width: 300px;
--ds-context-help-tooltip-link-color: $white;
--ds-gap: 0.25rem;
--ds-dso-edit-field-width: 210px;
--ds-dso-edit-lang-width: 90px;
--ds-dso-edit-actions-width: 173px;
--ds-dso-edit-virtual-tooltip-min-width: 300px;
}