mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
17 lines
364 B
SCSS
17 lines
364 B
SCSS
.layout--articles {
|
|
margin: map-get($spacers, 4) 0;
|
|
margin-top: map-get($spacers, 5);
|
|
@include media-breakpoint-down(md) {
|
|
margin-top: map-get($spacers, 4);
|
|
}
|
|
.card__header {
|
|
font-size: map-get($base, font-size);
|
|
}
|
|
.card__image {
|
|
& > .overlay {
|
|
&, .card__header {
|
|
font-size: map-get($base, font-size-sm);
|
|
}
|
|
}
|
|
}
|
|
} |