Skip to content

Commit 6e9018a

Browse files
DanGastardelligithub-actions[bot]
authored andcommitted
Adding treatment for the use of the thumb-font-2 class
(cherry picked from commit e06db4c)
1 parent 2eed8f1 commit 6e9018a

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

src/styles/_global-styles.scss

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,18 @@ ds-dynamic-form-control-container.d-none {
230230
}
231231

232232
.thumb-font-2 {
233-
.thumbnail-placeholder {
234-
font-size: 0.9rem;
235-
padding: 0.125rem;
233+
.thumbnail-placeholder {
234+
@media screen and (max-width: map-get($grid-breakpoints, sm)) {
235+
font-size: 0.4rem;
236+
padding: 0.1rem;
236237
}
238+
@media screen and (min-width: map-get($grid-breakpoints, sm)) and (max-width: map-get($grid-breakpoints, lg)) {
239+
font-size: 0.8rem;
240+
padding: 0.1rem;
241+
}
242+
font-size: 1.25rem;
243+
padding: 0.5rem;
244+
}
237245
}
238246

239247
.thumb-font-3 {

0 commit comments

Comments
 (0)