inspec/www/source/stylesheets/_tutorials-page.scss
Maggie Walker a266baceaa Wrap full tutorial title text in link
Makes the full title clickable but keeps the tutorial titles in
a span so they look like regular body text.
2016-09-22 18:00:33 +02:00

29 lines
No EOL
446 B
SCSS

.tutorials--subhead {
font-family: $heading-font;
text-transform: uppercase;
color: $inspec-blue;
font-size: 18px;
}
.tutorials--links {
margin-bottom: 30px;
@media (min-width: 640px) {
padding-left: 30px;
}
& > li {
margin-bottom: 4px;
}
}
.tutorials--link {
text-transform: uppercase;
font-family: $heading-font;
& > span {
text-transform: none;
font-family: $main-font;
color: $body-text;
}
}