mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
79597: Thumbnail placeholder style ~ CSS variables
This commit is contained in:
@@ -18,9 +18,9 @@ img {
|
|||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
> .thumbnail-placeholder {
|
> .thumbnail-placeholder {
|
||||||
background: var(--bs-gray-100);
|
background: var(--ds-thumbnail-placeholder-background);
|
||||||
border: 1px solid var(--bs-gray-300);
|
border: var(--ds-thumbnail-placeholder-border);
|
||||||
color: var(--bs-gray-800);
|
color: var(--ds-thumbnail-placeholder-color);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@@ -46,6 +46,9 @@
|
|||||||
--ds-edit-item-language-field-width: 43px;
|
--ds-edit-item-language-field-width: 43px;
|
||||||
|
|
||||||
--ds-thumbnail-max-width: 175px;
|
--ds-thumbnail-max-width: 175px;
|
||||||
|
--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-list-max-height: 475px;
|
||||||
--ds-dso-selector-current-background-color: #eeeeee;
|
--ds-dso-selector-current-background-color: #eeeeee;
|
||||||
|
Reference in New Issue
Block a user