Skip to content
Snippets Groups Projects
Commit e4f79066 authored by Kevin Lin's avatar Kevin Lin
Browse files

announcement-header -> announcement-meta extending card-meta

parent b131ebb3
No related branches found
No related tags found
No related merge requests found
<div class="announcement">
<div class="announcement-body">
<div class="announcement-header">{{ page.date | date: '%b %e' }}</div>
<h2>{{ page.title }}</h2>
<h2>{{ page.title }} <strong class="announcement-meta">{{ page.date | date: '%b %e' }}</strong></h2>
{{ content }}
</div>
</div>
......@@ -2,10 +2,15 @@
@extend .card;
}
.announcement-header {
margin: $sp-1 0 $sp-3;
}
.announcement-body {
@extend .card-body;
h1, h2, h3, h4, h5, h6 {
display: flex;
align-items: center;
}
}
.announcement-meta {
@extend .card-meta, .text-grey-dk-100, .bg-grey-lt-200;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment