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