Adding treatment for the use of the thumb-font-2 class

(cherry picked from commit e06db4cbab)
This commit is contained in:
DanGastardelli
2024-12-20 15:50:27 -03:00
committed by github-actions[bot]
parent a21db5b887
commit e06caab25c

View File

@@ -231,9 +231,17 @@ ds-dynamic-form-control-container.d-none {
.thumb-font-2 {
.thumbnail-placeholder {
font-size: 0.9rem;
padding: 0.125rem;
@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.8rem;
padding: 0.1rem;
}
font-size: 1.25rem;
padding: 0.5rem;
}
}
.thumb-font-3 {