inspec/www/source/stylesheets/_tutorials-page.scss
hannah-radish 23434f3606 Bug fixes for Inspec.io
- Added banner for webinars (present and future)
- CSS support for IE10, IE11, Edge
- Fixed URL bug for demo
- Fixed Edge browser resize bug
- Changes to relative path, update event info

Signed-off-by: Hannah Maddy <hmaddy@chef.io>
2017-03-03 12:25:33 -08:00

20 lines
289 B
SCSS

.tutorials--subhead {
color: $color_link;
font-family: $heading-font;
}
.tutorials--links {
& > li {
margin-bottom: 4px;
}
}
.tutorials--link {
font-family: $main-font;
& > span {
color: $color_paragraph;
text-transform: none;
font-family: $main-font;
}
}