forked from hazza/dspace-angular
Changed the implementation of changing the text font size when there is no thumbnail.
(cherry picked from commit 3cd5432034
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
be2bf9897a
commit
2eed8f13d0
@@ -34,7 +34,6 @@ img {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -238,6 +238,14 @@ ds-dynamic-form-control-container.d-none {
|
||||
|
||||
.thumb-font-3 {
|
||||
.thumbnail-placeholder {
|
||||
@media screen and (max-width: map-get($grid-breakpoints, sm)) {
|
||||
font-size: 0.4rem;
|
||||
padding: 0.1rem;
|
||||
}
|
||||
@media screen and (min-width: map-get($grid-breakpoints, sm)) and (max-width: map-get($grid-breakpoints, lg)) {
|
||||
font-size: 0.875rem;
|
||||
padding: 0.1rem;
|
||||
}
|
||||
font-size: 1.25rem;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user