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;
|
||||
|
||||
> .thumbnail-placeholder {
|
||||
background: var(--bs-gray-100);
|
||||
border: 1px solid var(--bs-gray-300);
|
||||
color: var(--bs-gray-800);
|
||||
background: var(--ds-thumbnail-placeholder-background);
|
||||
border: var(--ds-thumbnail-placeholder-border);
|
||||
color: var(--ds-thumbnail-placeholder-color);
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@@ -46,6 +46,9 @@
|
||||
--ds-edit-item-language-field-width: 43px;
|
||||
|
||||
--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-current-background-color: #eeeeee;
|
||||
|
Reference in New Issue
Block a user