bunteshaus.de/themes/buha/assets/scss/article.scss

32 lines
461 B
SCSS
Raw Normal View History

2022-06-12 13:50:06 +02:00
article {
.article_content {
}
.articlemeta {
margin-top: 1rem;
margin-bottom: .5rem;
&:first-child {
font-weight: bold;
}
}
}
.article_footer {
2022-06-12 14:25:37 +02:00
font-size: 60%;
2022-06-12 13:50:06 +02:00
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 1rem;
2022-06-12 14:32:09 +02:00
.foundations {
display: flex;
margin-bottom: 1em;
}
2022-06-12 13:50:06 +02:00
.mod_times, .foundations {
display: flex;
flex-direction: column;
.mod_times_item:first-child, {
2022-06-12 14:26:31 +02:00
margin-bottom: .4em;
2022-06-12 13:50:06 +02:00
}
}
}