Hugo-theme-stack/assets/scss/partials/layout/archives.scss

42 lines
883 B
SCSS
Raw Normal View History

2020-09-13 05:22:47 -04:00
.archives-group {
margin-bottom: var(--section-separation);
2020-09-13 05:22:47 -04:00
.archives-date {
2020-08-22 07:20:08 -04:00
text-transform: uppercase;
margin-bottom: 10px;
font-size: 1.6rem;
2020-09-03 17:32:28 -04:00
font-weight: bold;
2020-08-22 07:20:08 -04:00
a {
color: var(--body-text-color);
}
}
}
2020-09-13 05:22:47 -04:00
.template-archives {
2020-08-22 07:20:08 -04:00
.category-list {
margin-bottom: var(--section-separation);
2020-08-22 07:20:08 -04:00
overflow-x: auto;
.article-list--tile {
display: flex;
padding-bottom: 15px;
article {
width: 250px;
height: 150px;
margin-right: 20px;
flex-shrink: 0;
2020-09-04 18:51:01 -04:00
.article-title {
margin: 0;
font-size: 1.8rem;
2020-09-04 18:51:01 -04:00
}
.article-details {
padding: 20px;
}
2020-08-22 07:20:08 -04:00
}
}
}
}