mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Adding treatment for the use of the thumb-font-2 class
(cherry picked from commit e06db4cbab
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
a21db5b887
commit
e06caab25c
@@ -230,10 +230,18 @@ ds-dynamic-form-control-container.d-none {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.thumb-font-2 {
|
.thumb-font-2 {
|
||||||
.thumbnail-placeholder {
|
.thumbnail-placeholder {
|
||||||
font-size: 0.9rem;
|
@media screen and (max-width: map-get($grid-breakpoints, sm)) {
|
||||||
padding: 0.125rem;
|
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.8rem;
|
||||||
|
padding: 0.1rem;
|
||||||
|
}
|
||||||
|
font-size: 1.25rem;
|
||||||
|
padding: 0.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumb-font-3 {
|
.thumb-font-3 {
|
||||||
|
Reference in New Issue
Block a user