hugo-theme-zzo/assets/sass/pages/_list.scss

22 lines
407 B
SCSS
Raw Normal View History

2019-11-04 13:09:44 +00:00
.list {
&__header {
display: flex;
align-items: center;
justify-content: center;
margin: 0.5rem;
font-family: $list_title_font;
2019-11-04 13:09:44 +00:00
&--title {
@include themify($themes) {
color: themed('list-header-title-color');
}
}
&--desc {
font-family: $list_desc_font;
2019-11-04 13:09:44 +00:00
font-weight: italic;
padding: 1rem;
line-height: 1.7rem;
}
}
}