Skip to content
Snippets Groups Projects
Commit 1ddd9926 authored by Chris Lawton's avatar Chris Lawton
Browse files

media box teaser should be dark grey and a smaller size

parent e5da792d
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,14 @@
&__teaser {
display: none;
margin: 0;
font-size: 16px;
font-weight: $weight--normal;
color: $color--dark-grey;
transition: color $transition;
#{$root}:hover & {
color: $color--white;
}
@include media-query(mob-landscape) {
display: block;
......
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