inspec/www/source/stylesheets/_tutorials-page.scss
Hannah Maddy bd4a73cfb9 WIP New Inspec.io
Base SCSS, JS, fonts, images, HTML ported over to old inspec.io
tempting engine.
—To do:
Media queries, Header, footer, docs, tutorials
2017-01-20 10:22:51 +01:00

29 lines
452 B
SCSS

.tutorials--subhead {
font-family: $heading-font;
text-transform: uppercase;
color: $color_link;
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: $color_paragraph;
}
}