2019-11-04 13:09:44 +00:00
|
|
|
.list {
|
2020-01-22 08:31:10 +00:00
|
|
|
&__main {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
&__sidebar {
|
|
|
|
&.l {
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.r {
|
|
|
|
margin-right: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-11-04 13:09:44 +00:00
|
|
|
&__header {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2020-01-21 02:07:47 +00:00
|
|
|
margin: 1.25rem 0;
|
2019-11-26 16:06:24 +00:00
|
|
|
font-family: $title-font;
|
2019-11-04 13:09:44 +00:00
|
|
|
|
|
|
|
&--title {
|
|
|
|
@include themify($themes) {
|
|
|
|
color: themed('list-header-title-color');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&--desc {
|
2020-01-24 07:05:56 +00:00
|
|
|
font-family: $contents-font-stack;
|
2019-11-04 13:09:44 +00:00
|
|
|
font-weight: italic;
|
|
|
|
padding: 1rem;
|
|
|
|
line-height: 1.7rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|