blob: c59550d2e02a7d58c06e6c9daafa23e090e9871f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.article-list {
.item__meta {
padding: 0 map-get($spacers, 3) 0 0;
font-family: map-get($base, font-family-code);
font-size: map-get($base, font-size-sm);
white-space: nowrap;
}
&.grid--sm {
.card__header {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
.article-list__group-header {
margin-top: map-get($spacers, 3);
}
|