summaryrefslogtreecommitdiff
path: root/_sass/components/_article-list.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/components/_article-list.scss')
-rw-r--r--_sass/components/_article-list.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/_sass/components/_article-list.scss b/_sass/components/_article-list.scss
new file mode 100644
index 0000000..c59550d
--- /dev/null
+++ b/_sass/components/_article-list.scss
@@ -0,0 +1,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);
+}