2
0
Fork 0
mirror of https://github.com/inspec/inspec synced 2024-12-24 12:03:23 +00:00
inspec/www/source/stylesheets/_tutorials-page.scss

29 lines
446 B
SCSS
Raw Normal View History

2016-09-20 20:45:31 +00:00
.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;
}
2016-09-20 20:45:31 +00:00
}