Skip to content
Snippets Groups Projects
Commit 5fc852b1 authored by Olivia206's avatar Olivia206
Browse files

added style for categories and subtitle

parent 8908ab1f
No related branches found
No related tags found
No related merge requests found
.block-agenda .block-agenda
&--grid,
&--large,
&--list
.event-subtitle
@include h3
color: $color-text-alt
.event-categories
@include meta
&--grid, &--grid,
&--large &--large
.event .event
...@@ -12,9 +21,7 @@ ...@@ -12,9 +21,7 @@
@extend .meta @extend .meta
margin-top: $spacing0 margin-top: $spacing0
@include media-breakpoint-down(md) @include media-breakpoint-down(md)
font-size: $h4-size @include h4
line-height: $h4-line-height
font-weight: $h4-weight
.media .media
order: -1 order: -1
img img
...@@ -59,14 +66,11 @@ ...@@ -59,14 +66,11 @@
.media .media
width: col(4, 8) width: col(4, 8)
&-dates &-dates
font-size: $h3-size-desktop @include h3
line-height: $h3-line-height
font-weight: $h3-weight
margin-bottom: $spacing2 margin-bottom: $spacing2
&-content h2 &-content h2,
font-size: $h2-size-desktop &-subtitle
line-height: $h2-line-height @include h2
font-weight: $h2-weight
@include media-breakpoint-down(desktop) @include media-breakpoint-down(desktop)
flex-direction: column flex-direction: column
grid-gap: 0 grid-gap: 0
......
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