Skip to content
Snippets Groups Projects
Commit e9df8824 authored by m26lebla's avatar m26lebla
Browse files

additional css for events teaser

parent 748a3ff4
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@
{%- endset %}
{% if year %}
<span class="{{ date_modifier_classes }}" > {{ month.long }} {{ day.short }}, {{ year.long }} {{ hour.short }}:{{ minute.long }} {{ hour.ampm }}</span>
<span class="{{ date_modifier_classes }}" > {{ month.long }} {{ day.short }}, {{ year.long }} &mdash; {{ hour.short }}:{{ minute.long }} {{ hour.ampm }}</span>
{% endif %}
// @file
// Styles for blog teaser.
.teaser--blog{
.card__body {
}
.card__header{
}
.card__date {
}
.card__author{
}
.card__title{
}
.card__content {
}
.card__media {
}
.card__footer{
.card__tags{
}
.card__readmore{
}
.card__social{
}
}
}
//// @file
//// Styles for blog teaser.
//
//.teaser--blog{
// .card__body {
// }
//
// .card__header{
// }
//
// .card__date {
// }
//
// .card__author{
// }
//
// .card__title{
// }
//
// .card__content {
// }
//
// .card__media {
// }
// .card__footer{
// .card__tags{
//
// }
// .card__readmore{
//
// }
// .card__social{
//
// }
// }
//}
//
......@@ -2,39 +2,12 @@
// Styles for event teaser.
.teaser--event{
.card__body {
}
.card__header{
}
.card__date {
margin-bottom: rem(gesso-spacing(xs));
order:1;
}
.card__author{
}
.card__title{
margin:0;
order:2;
}
.card__content {
}
.card__media {
}
.card__footer{
.card__tags{
}
.card__readmore{
}
.card__social{
}
}
}
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